Description
该接口通过manifestno 获取尾程清单文件。This interface is for get lastmile manifest file though Manifest NO |
Path
HTTP Verb | URL |
---|---|
Post | /services/shipper/lastMileManifest |
Request content
A sequence of Manifest NO numbers in JSON format. Manifest NO can be used, up to 30 |
Request sample
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
[ { "manifestNo": "test001" } ] |
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status":"Success", "errors":null, "data":[ { "manifetsNo":"test001", "lastMileManifestB64":"base64 string" } ] } |
...