POST api/Delivery/ChangeStateDeliveryOrder
Request Information
URI Parameters
None.
Body Parameters
UpdateDeliveryOrderStateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryOrderId | integer |
None. |
|
| State | DeliveryOrderStateDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryOrderId": 1,
"State": 0
}
application/xml, text/xml
Sample:
<UpdateDeliveryOrderStateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.DTO.DeliveryOrder"> <DeliveryOrderId>1</DeliveryOrderId> <State>ToBeComplete</State> </UpdateDeliveryOrderStateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.