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.