3.6.2 更新貨物重量 (RESTful)

更新貨物重量範例程式
Method: POST
測試環境 URL: https://sandbox.unixus.com.my/api/EzLabel/Client/Shipments.svc/Json/UpdateShipmentWeightList
生產環境 URL: https://api.unixus.com.my/EzLabel/Client/Shipments.svc/Json/UpdateShipmentWeightList

Headers:
- Content-Type: application/json
{ "request" : { "ShipmentsCredentials" : { "CultureType" : "1", "Password" : "password", "UserName" : "username" }, "ShipmentWeightList" : [ { "HawbNo" : "344010500000151", "Weight" : 88.3 } ] } }
Copyright © 2018 Unixus Solutions Sdn. Bhd. All rights reserved.