POST api/v1/update-trip-waybill
Request Information
URI Parameters
None.
Body Parameters
OutboundBatchMovamStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| waybillId | string |
None. |
|
| batchId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"waybillId": "sample string 1",
"batchId": "sample string 2"
}
application/xml, text/xml
Sample:
<OutboundBatchMovamStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <WaybillId>sample string 1</WaybillId> <BatchId>sample string 2</BatchId> </OutboundBatchMovamStatus>
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Message>sample string 1</Message> <Data /> </MovamApiResponse>