3.2.2 删除货物 (RESTful)
删除货物范例程序
Method: POST
测试环境 URL: https://sandbox.unixus.com.my/api/EzLabel/Client/Shipments.svc/Json/ProcessShipments
生产环境 URL: https://api.unixus.com.my/EzLabel/Client/Shipments.svc/Json/ProcessShipments
Headers:
- Content-Type: application/json
{
"_shipmentsParameter" : {
"ActionType" : "2",
"ShipmentsCredentials" : {
"UserName" : "username",
"Password" : "password",
"CultureType" : 0
},
"CustomerCode" : "300001",
"ProfitCentreCode" : "",
"HawbNo" : "344010500000151",
"ShipmentDate": "/Date(1506330946000+0800)/",
"Submitted_Date": "/Date(1506330946000+0800)/"
}
}