POST api/Zevez/rwsystem/RWCustomer
Request Information
URI Parameters
None.
Body Parameters
RWCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| Name | string |
String length: inclusive between 0 and 255 |
|
| string |
String length: inclusive between 0 and 255 |
||
| Password | string |
String length: inclusive between 0 and 255 |
|
| Enabled | boolean |
None. |
|
| FirstName | string |
String length: inclusive between 0 and 255 |
|
| LastName | string |
String length: inclusive between 0 and 255 |
|
| Phone | string |
String length: inclusive between 0 and 255 |
|
| City | string |
String length: inclusive between 0 and 255 |
|
| Zip | string |
String length: inclusive between 0 and 255 |
|
| NumOfCompanies | integer |
None. |
|
| CompanyType | string |
String length: inclusive between 0 and 255 |
|
| Trash | boolean |
None. |
|
| ParentOrgId | integer |
None. |
|
| PipeDriveId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": "ae359f79-8c85-4daa-95dc-01914ac51472",
"CreateDate": "2026-04-09T10:23:11.3348349+00:00",
"Name": "sample string 4",
"Email": "sample string 5",
"Password": "sample string 6",
"Enabled": true,
"FirstName": "sample string 8",
"LastName": "sample string 9",
"Phone": "sample string 10",
"City": "sample string 11",
"Zip": "sample string 12",
"NumOfCompanies": 13,
"CompanyType": "sample string 14",
"Trash": true,
"ParentOrgId": 1,
"PipeDriveId": 1
}
application/xml, text/xml
Sample:
<RWCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <City>sample string 11</City> <CompanyType>sample string 14</CompanyType> <CreateDate>2026-04-09T10:23:11.3348349+00:00</CreateDate> <CustomerId>ae359f79-8c85-4daa-95dc-01914ac51472</CustomerId> <Email>sample string 5</Email> <Enabled>true</Enabled> <FirstName>sample string 8</FirstName> <Id>1</Id> <LastName>sample string 9</LastName> <Name>sample string 4</Name> <NumOfCompanies>13</NumOfCompanies> <ParentOrgId>1</ParentOrgId> <Password>sample string 6</Password> <Phone>sample string 10</Phone> <PipeDriveId>1</PipeDriveId> <Trash>true</Trash> <Zip>sample string 12</Zip> </RWCustomer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.