3.3 Delete Shipments

Description

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

Url            : https://apiv2.unixus.com.my/shipment/v2/Delete
Method         : POST
Content-Type   : application/json
Accept-Language: en
Authorization  : Bearer {access_token}

Request

Data Structure

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

Sample:

{ "HawbNo": [ "458040010409752" ] }

Response

Sample

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