v2

latestSwagger 2.02026-07-31155351.0 KB
Manifests

Retry manifest

Retry a manifest operation if the eligible orders were not able to be successfully processed in the initial ‘Manifest eligible orders’ endpoint call and return manifest paperwork where possible

post/manifests/retry/{manifestIdentifier}

Path parameters

manifestIdentifierinteger required

The manifest number returned from the initial ‘Manifest eligible orders’ endpoint call

Response

The Retry Manifest request was successful, and a manifest has been created. The printable manifest PDF is available for download.

manifestNumbernumber required
documentPdfstring

manifest in format base64 string

Example response

{
  "manifestNumber": 1001,
  "documentPdf": "Base64 encoded PDF document"
}