Get ReturnOrder Order Label


POST http://openapi.ck1info.com/v1/returnOrder/label
Description: Get ReturnOrder order label, support multi-packages
Http 200 - Ok
Http 400 - Invalid data, Please check

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
PackageIds Collection of string

None.

Required

PrintFormat PrintFormat

None.

Required

ClassicLabel

Request in JSON
{
  "PackageIds": [
    "sample string 1",
    "sample string 2"
  ],
  "PrintFormat": "ClassicA4"
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
Label string

None.

Base64 code, for bytes, and create pdf file

Response in JSON
{
  "Label": "sample string 1"
}