-
开发者必读
获取清关箱标
POST https://eu-openapi.chukou1.cn:85/v1/directExpressOrders/boxlabel
½Ó¿Ú˵Ã÷: 获取清关箱标
Http 200 - 成功
Http 400 - 提交的数据有误,请检查ÊäÈë²ÎÊý
Body Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ BoxNo string None.
±ØÐë
箱号(第三方系统自定义箱号)
Weight decimal number None.
±ØÐë
箱子重量(KG)
Length decimal number ¸¡µãÊý¸ñʽ: 8,2
长(cm)
25
Width decimal number ¸¡µãÊý¸ñʽ: 8,2
宽(cm)
10
Height decimal number ¸¡µãÊý¸ñʽ: 8,2
高(cm)
20
CloseDatetime string None.
±ØÐë
关箱时间(yyyy-MM-dd HH:mm:ss)
CountryCode string None.
±ØÐë
目的国家(二字码)
BoxItems Collection of BoxItem None.
±ØÐë
箱子里面的包裹明细
{ "BoxNo": "sample string 1", "Weight": 2, "Length": 3, "Width": 4, "Height": 5, "CloseDatetime": "sample string 6", "CountryCode": "sample string 7", "BoxItems": [ { "TrackingNumber": "sample string 1", "Weight": 2 }, { "TrackingNumber": "sample string 1", "Weight": 2 } ] }
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ Success boolean None.
成功
Message string None.
报错信息
ScanNo string None.
条码
Label string None.
Base64 编码,需要转换成byte数据,再生成pdf文件
{ "Success": true, "Message": "sample string 2", "ScanNo": "sample string 3", "Label": "sample string 4" }