POST http://openapi.ck1info.com/v1/batchOutboundOrder/labels
名称 | 类型 | 格式要求 | 是否必须 | 描述 | 示例值 |
---|---|---|---|---|---|
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" }