3.3.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" : "3",
"ShipmentsCredentials" : {
"UserName" : "username",
"Password" : "password",
"CultureType" : 0
},
"CustomerCode" : "300001",
"ProfitCentreCode" : "",
"HawbNo" : "344010500000151",
"ShipmentDate": "/Date(1506330946000+0800)/",
"Submitted_Date": "/Date(1506330946000+0800)/"
}
}