3.5.2 Search Shipment (RESTful)
Sample source code for search shipment
Method: POST
Sandbox/Testing URL: https://sandbox.unixus.com.my/api/EzLabel/Client/Shipments.svc/Json/GetShipmentsDetails
Production/Live URL: https://api.unixus.com.my/EzLabel/Client/Shipments.svc/Json/GetShipmentsDetails
Headers:
- Content-Type: application/json
{
"_searchShipmentsParameter" : {
"ShipmentsCredentials" : {
"CultureType" : "1",
"Password" : "password",
"UserName" : "username"
},
"ShipmentsNo" : ["344010500000151"]
}
}