POST api/DeliveryOrder/PutScheduledDropoffdate
Request Information
URI Parameters
None.
Body Parameters
ScheduledDropoffdateInput| Name | Description | Type | Additional information |
|---|---|---|---|
| DOR_ID | integer |
None. |
|
| DOR_TO_ID | integer |
None. |
|
| DOR_DROPOFF_DATE | date |
None. |
|
| DOR_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOR_ID": 1,
"DOR_TO_ID": 1,
"DOR_DROPOFF_DATE": "2026-04-08T12:13:00.463229+00:00",
"DOR_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<ScheduledDropoffdateInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DOR_CREATED_BY>1</DOR_CREATED_BY> <DOR_DROPOFF_DATE>2026-04-08T12:13:00.463229+00:00</DOR_DROPOFF_DATE> <DOR_ID>1</DOR_ID> <DOR_TO_ID>1</DOR_TO_ID> </ScheduledDropoffdateInput>
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. |