label
是配送标签相关页面。
/barcode : 配送标签PDF回馈
Last updated
是配送标签相关页面。
Last updated
POST /api/v1/invoice/label/barcode HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 118
{
"LabelType": "L1",
"FileType": "pdf",
"RegNoList": [
"SJ702369889TH",
"SJ702369890US"
],
"ApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXX"
}{
"Data": [
{
"FileType": "text",
"LabelType": "text",
"LabelWidth": 1,
"LabelHeight": 1,
"Base64": "text"
}
],
"Message": "text",
"Code": 1
}