POST api/TencentChufang/queryExpressStatus
拉取物流状态
请求的信息
URI参数
None.
Body参数
queryExpressStatusCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| orderId |
订单号 |
string |
None. |
| expressNo |
物流单号 |
string |
None. |
请求格式
application/json, text/json
Sample:
{
"orderId": "sample string 1",
"expressNo": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfqueryExpressStatusResult| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | queryExpressStatusResult |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"code": 1,
"message": "sample string 2",
"data": {
"$id": "3",
"orderId": "sample string 1",
"orderType": "sample string 2",
"orderStatus": "sample string 3",
"orderStatusDesc": "sample string 4",
"courierName": "sample string 5",
"courierPhone": "sample string 6",
"courierId": "sample string 7",
"expressNo": "sample string 8",
"expressCompany": "sample string 9",
"expressCompanyTel": "sample string 10",
"trackInfo": [
{
"$id": "4",
"time": "sample string 1",
"context": "sample string 2"
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
}
}
}