3.3 Delete Shipments

Description

This section will show you how to delete the shipment you have created.


Request

Data Structure

DeleteShipments
Field Type Mandatory Remarks
HawbNo String[] Yes List of Hawb No.

Sample:

POST /{api_version}/Delete
Content-Type: application/json
Accept-Language: en
Authorization: Bearer {access_token}
{ "HawbNo": [ "458040010409752" ] }

Response

Sample

{ "Summary": { "Total": 1, "Success": 1, "Failed": 0 }, "ShipmentsResponse": [ { "IsSuccess": true, "ShipmentDetails": { "HawbNo": "458040010409752" } } ] }
Copyright © 2018 Unixus Solutions Sdn. Bhd. All rights reserved.