3.4.2 列印標籤 (RESTful)
列印標籤範例程式
Method: POST
測試環境 URL: https://sandbox.unixus.com.my/api/EzLabel/Client/Shipments.svc/Json/GenerateReport
生產環境 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"
}
}