[
{
"blNo": "TAOPKG2511403",
"entryId": "",
"ieId": "I",
"localKey": "",
"extendNo": "",
"customer": "",
"remark": ""
}
]curl --location --request POST 'https://api.trackingeyes.com/api/customsStatus/booking?companyCode=&token=&orgCode' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"blNo": "TAOPKG2511403",
"entryId": "",
"ieId": "I",
"localKey": "",
"extendNo": "",
"customer": "",
"remark": ""
}
]'{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"blNo": "TAOPKG2511403",
"entryId": "",
"ieId": "I",
"extendNo": "",
"customer": "",
"remark": "",
"id": "1906902976925143040",
"localKey": "",
"itemCode": 200,
"itemCodeDesc": "success",
"itemMessage": ""
}
]
}