页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

Description

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

Path

HTTP Verb URL
Post/services/shipper/lastMileManifest

...

A sequence of Manifest NO numbers in JSON format. Manifest NO can be used, up to 30
at a time.Note.


Request sample

...

代码块
languagejs
borderStylesolid
firstline1

...

title

...

Request

...

linenumbers

...

true
[

...


    {
        "manifestNo": "test001"

...


        }
]

Response message

...


代码块

...

language

...

java

...

firstline

...

1

...

title

...

Response

...

linenumberstrue
{
    "status":"Success",

...


    "errors":null,

...


    "data":[

...


        {
            "manifetsNo":"test001",

...


             "lastMileManifestB64":"base64 string"

...


        }
    ]
}