页面树结构
转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 2 当前 »

Description

该接口通过manifestno 获取尾程清单文件。

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
at a time.Note.


Request sample

Request
[
    {
        "manifestNo": "test001"
        }
]

Response message


Response
{
    "status":"Success",
    "errors":null,
    "data":[
        {
            "manifetsNo":"test001",
             "lastMileManifestB64":"base64 string"
        }
    ]
}


  • 无标签