POST api/v1/orders/update
Request Information
URI Parameters
None.
Body Parameters
OrderShipmentWebHookModel| Name | Description | Type | Additional information |
|---|---|---|---|
| event | Collection of Object |
None. |
|
| driver | Collection of Object |
None. |
|
| shipment | Collection of Object |
None. |
|
| order | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"event": null,
"driver": null,
"shipment": null,
"order": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MovamApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<MovamApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model.Movam"> <Data /> <Message>sample string 1</Message> </MovamApiResponse>