[
{
"trackNo": "YT8946689954911",
"slug": "yto",
"slugGroup": "",
"language": "",
"trackingAccount": "",
"trackingKey": "",
"trackingShipDate": "",
"smses": "",
"orgCountryCd": "",
"orgState": "",
"orgPostCd": "",
"org": "",
"dstCountryCd": "",
"dstState": "",
"dstPostCd": "",
"dst": "",
"localKey": "",
"customer": "",
"extendNo": "",
"remark": ""
}
]
curl --location --request POST 'https://api.trackingeyes.com/api/express/booking?companyCode&orgCode&token' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"trackNo": "YT8946689954911",
"slug": "yto",
"slugGroup": "",
"language": "",
"trackingAccount": "",
"trackingKey": "",
"trackingShipDate": "",
"smses": "",
"orgCountryCd": "",
"orgState": "",
"orgPostCd": "",
"org": "",
"dstCountryCd": "",
"dstState": "",
"dstPostCd": "",
"dst": "",
"localKey": "",
"customer": "",
"extendNo": "",
"remark": ""
}
]'
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"trackNo": "YT8946689954911",
"slug": "yto",
"slugGroup": "",
"language": "",
"trackingAccount": "",
"trackingKey": "",
"trackingShipDate": "",
"smsEs": "",
"orgCountryCd": "",
"orgState": "",
"orgPostCd": "",
"org": "",
"dstCountryCd": "",
"dstState": "",
"dstPostCd": "",
"dst": "",
"customer": "",
"extendNo": "",
"remark": "",
"id": "1927559716669960192",
"localKey": "",
"itemCode": 200,
"itemCodeDesc": "success",
"itemMessage": ""
}
]
}