-
开发者必读
创建多箱中转出库单附件
POST https://eu-openapi.chukou1.cn:85/v1/batchOutboundOrder/labels
½Ó¿Ú˵Ã÷: 创建多箱中转出库单附件
Http 200 - 提交成功
Http 400 - 提交的数据有误,请检查ÊäÈë²ÎÊý
Body Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ CustomerOrderNo string ³¤¶È: 0 ~ 50
±ØÐë
第三方单号(唯一)
ORD123456789
BatchOutboundOrderLabelInfos Collection of BatchOutboundOrderLabelInfo None.
±ØÐë
批量标签信息
{ "CustomerOrderNo": "sample string 1", "BatchOutboundOrderLabelInfos": [ { "FromBarcode": "sample string 1", "ToBarcode": "sample string 2", "Quantity": 3, "LabelPdfFromBase64": "sample string 4", "BatchOutboundOrderLabelType": "BOX" }, { "FromBarcode": "sample string 1", "ToBarcode": "sample string 2", "Quantity": 3, "LabelPdfFromBase64": "sample string 4", "BatchOutboundOrderLabelType": "BOX" } ] }
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ CustomerOrderNo string None.
第三方单号
Success boolean None.
是否成功
Message string None.
报错信息
{ "CustomerOrderNo": "sample string 1", "Success": true, "Message": "sample string 3" }