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

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

与当前比较 查看页面历史

版本 1 下一个 »

Description

Shipper creates a pick-up request to generate an intercept request from the shipper for
all services configured for the shipper.

Path

HTTP Verb URL
Post/services/shipper/queryorders

Request parameters

Field (API)Data TypeLengthMandatoryDetails
contact
String80M

Pickup contact name

phone
String80OPick up contact number
city
String80OPick up city
province
String80OPick up Province
address
String80OPick up address
pickupTime
String80MPick up time
parcelCount
String80ONumber of packages
weight
String80OPick up weight

Request message

Request
[
    {
    "contact":"test",
    "phone":"13896589658",
    "city":"上海",
    "province":"上海",
    "address":"上海市虹口区海上海17号楼",
    "pickupTime":"2020-08-16T13:47:12+0800",
    "parcelCount":1,
    "weight":2.2
    }
]

Response message

Response
{
    "status": "Success",
    "errors": null,
    "data": [
        {
            "status": "Success",
            "errors": null
        }
    ]
}

  • 无标签