3.3 删除货件

描述

本节将向您展示如何删除您创建的货件.

开发/测试环境   : https://sandbox-apiv2.unixus.com.my/shipment/v2/Delete
生产/正式环境   : https://apiv2.unixus.com.my/shipment/v2/Delete
Method         : POST
Content-Type   : application/json
Accept-Language: en
Authorization  : Bearer {access_token}

请求

数据结构

DeleteShipments
字段 类型 必填 备注
HawbNo String[]

样品:

{ "HawbNo": [ "458040010409752" ] }

响应

样品

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