[
{
"bookingType": "M",
"transportType": "S",
"blNo": "EGLV142452168442",
"portCd": "CNTXG",
"ieId": "E"
}
]
curl --location --request POST 'https://api.trackingeyes.com/api/manifest/booking?companyCode&orgCode&token' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"bookingType": "M",
"transportType": "S",
"blNo": "EGLV142452168442",
"portCd": "CNTXG",
"ieId": "E"
}
]'
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"blNo": "EGLV142452168442",
"declarationNo": "",
"transportType": "S",
"bookingType": "M",
"ieId": "E",
"extendNo": "",
"customer": "",
"remark": "",
"id": "1909180670899523584",
"localKey": "123456789",
"itemCode": 200,
"itemCodeDesc": "success",
"itemMessage": ""
}
]
}