PUT v1/orders/picking/updatestatus
Request Information
URI Parameters
None.
Body Parameters
PickingUpdateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| pickingID | integer |
None. |
|
| statusID | integer |
None. |
|
| boxCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pickingID": 1,
"statusID": 2,
"boxCode": "sample string 3"
}
application/xml, text/xml
Sample:
<PickingUpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eXpert.Domain.DTO"> <boxCode>sample string 3</boxCode> <pickingID>1</pickingID> <statusID>2</statusID> </PickingUpdateDTO>
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.