top of page
V6RESTful APIs - Manifests
Manifest consignments
​
This API is to manifest a list of consignments (to confirm the consignments are ready for despatch)
​
Since: 20201000
​
POST /v6-api/rest/manifests/manifestConsignments
Request payload: array of connote reference number as below example:
​
{ "connoteNos":["A","b","c"],"manifestNo":"M123456"}
​
Note : If manifestNo is not supplied then a new manifest is created.
Example response payload:
{"manifestId":1111,"manifestNo":"AC"}
​
​
bottom of page