Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The body of the message should be sent as a JSON array.

  • A JSON list of consignment numbers.

  • This method will accept consignment numbers as an array .(this is the value you receive in the “Connote” parameter in the Consignment Creation API response)

7.3 Return Format

JSON object array per manifest generated. This is in a key/value pair collection, with the manifest number being the key and value is the base64 encoded byte stream of the PDF.

...

7.5 Response Data Definition

Parameter

Description

OutboundManifest

List of OutboundManifestResponse

InboundManifest

InboundManifestResponse

Error

Error details (String Object)

StatusCode

HTTP status error code

UnManifestedConnotes

UnManifested Consignment Numbers

7.6 Outbound Manifest Response Data Definition

Parameter

Description

ManifestNumber

Returns Manifest Number

ManifestedConnotes

Manifested Consignment Numbers

ManifestContent

Base64 Data

7.7 Inbound Manifest Response Data Definition

Parameter

Description

InboundManifestNumber

Returns Manifest Number for Inbound Parcels (Dynamic Parcels)

InboundManifestedConnotes

Inbound Manifested Consignment Numbers

Warning

Error

HTTP 400. Bad request – when no consignment numbers supplied or when invalid consignment numbers supplied.

...