DeleteShipmentStructure
This structure is an object used for the deletion of new shipments in the system. It is used in the deleteShipment method as its parameter.
Structure Fields
Field Name | Type | Required? | Description |
---|---|---|---|
authData | AuthdataStructure | Yes | Structure containing authorisation data |
shipment | string (11) | Yes | Shipment number |
Example:
<shipment> <authData> <username>test</username> <password>WSyj3$aDE</password> </authData> <shipment>12456323421</shipment> </shipment>