查询电子面单订购关系
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
cpCode
string
快递公司编码
needUsage
string
可选
是否需要返回使用情况
brandCode
string
品牌编码
示例
{
"cpCode": "",
"needUsage": "",
"brandCode": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error_code
string
错误码
error_msg
string
错误描述
success
string
请求是否成功
data
object
必需
subscribeList
array [object {9}]
订阅列表
示例
{
"error_code": "",
"error_msg": "",
"success": "",
"data": {
"subscribeList": [
{
"cpCode": "",
"cpName": "",
"cpType": "",
"branchCode": "",
"branchName": "",
"brandCode": "",
"customerCode": "",
"senderAddressList": [
{
"address": {
"city": "",
"detail": "",
"district": "",
"province": "",
"town": ""
},
"mobile": "",
"name": "",
"phone": ""
}
],
"usage": {
"quantity": "",
"allocatedQuantity": "",
"cancelQuantity": "",
"recycledQuantity": ""
}
}
]
}
}
最后修改时间: 1 年前