3.6.2 Update Shipment Weight (RESTful)
Sample source code for update weight
Method: POST
Sandbox/Testing URL: https://sandbox.unixus.com.my/api/EzLabel/Client/Shipments.svc/Json/UpdateShipmentWeightList
Production/Live 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
}
]
}
}