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

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

与当前比较 查看页面历史

版本 1 下一个 »

Description

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

Path

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

1
2
3
4
5

[
    {
        "manifestNo": "test001"
        }
]

Response message
Response

1
2
3
4
5
6
7
8
9
10

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

  • 无标签