创建多箱中转出库单附件


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.

±ØÐë

批量标签信息

ÊäÈë²ÎÊýµÄjsonÐÎʽ
{
  "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.

报错信息

·µ»Ø½á¹ûµÄjsonÐÎʽ
{
  "CustomerOrderNo": "sample string 1",
  "Success": true,
  "Message": "sample string 3"
}