Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.37 KB

File metadata and controls

52 lines (28 loc) · 1.37 KB

ReprintShipmentV2LabelLayoutInner

Properties

Name Type Description Notes
contentType ContentTypeEnum This is used to encode binary data as printable text.<br /> ContentType of the document is URL if the fileformat is PDF, while it will be BASE64 if the fileFormat is ZPL2. [optional]
contents String Content/Identifier of document e.g. DOCUMENT_REFERECE_ID.<br /> Actual document name e.g. abc.pdf. [IN]. [optional]
fileFormat FileFormatEnum Defines the format of the document file the print takes. [optional]
size SizeEnum Defines the label size of the Shipment, that is, the Shipping Label is available in different Doc Size. [optional]
type TypeEnum Defines the type of the Shipment. [optional]

Enum: ContentTypeEnum

Name Value
URL "URL"
BASE64 "BASE64"

Enum: FileFormatEnum

Name Value
PDF "PDF"
ZPL2 "ZPL2"

Enum: SizeEnum

Name Value
_8_X11 "DOC_8X11"
_4_X6 "DOC_4X6"

Enum: TypeEnum

Name Value
SHIPPING_LABEL "Shipping Label"