3.4.2 Print Label (RESTful)
Sample source code for print label
Method: POST
Sandbox/Testing URL: https://sandbox.unixus.com.my/api/EzLabel/Client/Shipments.svc/Json/GenerateReport
Production/Live URL: https://api.unixus.com.my/EzLabel/Client/Shipments.svc/Json/GenerateReport
Headers:
- Content-Type: application/json
{
"_labelParameter" : {
"ShipmentsCredentials" : {
"CultureType" : "1",
"Password" : "password",
"UserName" : "username"
},
"ShipmentsConfiguration" : {
"LabelFormat" : "0",
"LabelSize" : "0"
},
"HawbNo" : ["344010501893995"],
"TrackReport" : "0"
}
}