Get manifest paperwork

Generate a manifest in Base64-encoded format.

Note: You can use this operation only if the consignment lifecycle status is Manifested.

Tip: To generate the manifest as a PDF file, you must first decode the string inluded in a successful response by using a Base64 encoder/decoder and then send it to a network printer.

SecurityBasicAuth
Request
path Parameters
manifestCode
required
string

Manifest identifier.

Responses
200

Manifest paperwork created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/manifests/{manifestCode}/paperwork
Request samples
Response samples
application/json
{
  • "paperwork": {
    },
  • "links": [
    ]
}