cancelCourierBooking method
This method allows you to cancel your courier order.
Input Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
authData | AuthData | Yes | Authorisation structure |
orders | array | Yes | Array of string-type items containing courier order numbers obtained using the bookCourier method |
Output Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
shipments | array | Yes | Array of deletion confirmations or error structures |
Examples of Calls
<cancelCourierBooking> <authData> <username>testan</username> <password>testington</password> </authData> <orders> <item>12345WWW</item> </orders> </cancelCourierBooking>