...
The body of the message should be sent as a JSON array.
A JSON list of consignment numbers.
This method will accept consignment numbers (this is the value you receive in the “Connote” parameter in the Consignment Creation API response) as an array .
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.
...
Code Block |
---|
access_key: [access_key_for_site_account] Content-Type: application/json; charset=utf-8 |
Body
Code Block |
---|
[ "015935058400021351986994008906", "015935058400021351816994008907" ] |
Response Example 1: All parcels manifested successfully
...
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. |
...