GetShipmentScan Method

This method allows you to download an electronic delivery confirmation.

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 a file
scanMimeType string Yes File MIME type

Examples of Calls

<getEpod>
    <authData>
        <username>testan</username>
        <password>testington</password>
    </authData>
    <shipmentId>11122223333</shipmentId>
</getEpod>
Go back to topic list