POST v1/clients
Request Information
URI Parameters
None.
Body Parameters
ClientViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ID_Customer | integer |
None. |
|
| ID_Client | integer |
None. |
|
| DocumentType | string |
None. |
|
| DocumentNumber | string |
None. |
|
| AverageDischargeWaitedTime | time interval |
None. |
|
| AverageRatingByDrivers | integer |
None. |
|
| Nickname | string |
None. |
|
| DontChangeValues | boolean |
None. |
|
| ClientCustomerAddress | AddressBase |
None. |
|
| Observation | string |
None. |
|
| AverageRatingByClient | integer |
None. |
|
| WorksWithSchedules | boolean |
None. |
|
| WorksWithLimitDeliveryHours | boolean |
None. |
|
| DisableNotificationSMSEmail | boolean |
None. |
|
| LimitDeliveryHours | Collection of LimitDeliveryHours |
None. |
|
| ClientsContacts | Collection of ClientsContact |
None. |
|
| LastOrder | OrderViewModel |
None. |
|
| LastOrderInsertDate | date |
None. |
|
| LastOrderInsertDateUTC | date |
None. |
|
| Route | string |
None. |
|
| CreateDate | date |
None. |
|
| Tags | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.