POST api/DeliverySlot/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_DeliverySlot| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliverySlot_UiD | string |
String length: inclusive between 0 and 255 |
|
| DeliverySlot_Name | string |
String length: inclusive between 0 and 255 |
|
| DeliverySlot_Active | boolean |
None. |
|
| DeliverySlot_CreatedOn | date |
None. |
|
| DeliverySlot_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| DeliverySlot_ModifiedOn | date |
None. |
|
| DeliverySlot_ModifiedBy | string |
String length: inclusive between 0 and 255 |
|
| DeliverySlot_CompanyUid | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
[
{
"DeliverySlot_UiD": "sample string 1",
"DeliverySlot_Name": "sample string 2",
"DeliverySlot_Active": true,
"DeliverySlot_CreatedOn": "2026-06-29T09:33:42.2803329+05:30",
"DeliverySlot_CreatedBy": "sample string 3",
"DeliverySlot_ModifiedOn": "2026-06-29T09:33:42.2803329+05:30",
"DeliverySlot_ModifiedBy": "sample string 4",
"DeliverySlot_CompanyUid": "sample string 5"
},
{
"DeliverySlot_UiD": "sample string 1",
"DeliverySlot_Name": "sample string 2",
"DeliverySlot_Active": true,
"DeliverySlot_CreatedOn": "2026-06-29T09:33:42.2803329+05:30",
"DeliverySlot_CreatedBy": "sample string 3",
"DeliverySlot_ModifiedOn": "2026-06-29T09:33:42.2803329+05:30",
"DeliverySlot_ModifiedBy": "sample string 4",
"DeliverySlot_CompanyUid": "sample string 5"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |