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
}