GetShipmentScan Method
This method allows you to download a scan of the consignment note for a completed shipment.
Input Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
authData | AuthData | Yes | Authorisation structure |
shipmentId | string | Yes | Shipment ID number |
Output Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
scanData | string | Yes | Binary data of image - scan |
scanMimeType | string | Yes | Image MIME type |
Examples of Calls
<getShipmentScan> <authData> <username>testan</username> <password>testington</password> </authData> <shipmentId>11122223333</shipmentId> </getShipmentScan>