getIE599

Moethod enables downloading IE599 documents for a shipment.

Input Parameters

Field Name Type Required? Description
authData AuthData Yes Authorisation structure
shipmentId string Yes Shipment number of the shipment for which documents are to be downloaded

Output Parameters

Field Name Type Required? Description
getIE599Result getIE599Result Yes Structure of type GetIE599Result

Examples of Calls

<getIE599>
    <authData>
        <username>testomir</username>
        <password>testalski</password>
    </authData>
    <shipmentId>11122223333</shipmentId>
</getIE599>
Go back to topic list