-
开发者必读
创建多箱中转出库单附件
POST https://openapi.chukou1.cn/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" }