Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.19 KB

File metadata and controls

15 lines (12 loc) · 1.19 KB

PrintDocumentResponse

Properties

Name Type Description Notes
shipment_id str Shipment Id<br />Tracking Number or Unique Id of the shipment involved. [optional]
document_type str Document Type<br /> <br />CN23 - Customs Documents PDF 100mm x 150mm<br />CI - Commercial Invoice PDF A4 Portrait<br />P - Proforma PDF A4 Portrait [optional]
document_image str Document Image<br />Base 64 encoded PDF [optional]
http_status_code int HTTP Status Code
http_status_description str HTTP Status Description
message str Message<br />Successful response may include a success message.<br />Failure responses will have general reason as to why. Further details may be contained in the list of errors. [optional]
errors list[ErrorDetail] Errors<br />Details about why a request failed. [optional]

[Back to Model list] [Back to API list] [Back to README]