Authorization: Bearer ********************
{
"mot": "O",
"mbl": "HDUJSLX24MA00492"
}
curl --location --request POST 'http://openapi.freightower.com/terminal/us/customs/getHousesSubscribe' \
--header 'Content-Type: application/json' \
--data-raw '{
"mot": "O",
"mbl": "HDUJSLX24MA00492"
}'
{
"statusCode": 20000,
"message": "成功",
"data": {
"query": {
"params": [
{
"mot": "O",
"mbl": "HDUJSLX24MA00492"
}
],
"method": "POST"
},
"data": {
"Status": "true",
"Data": {
"AMSQueryId": 240135,
"AMSQueryMasterId": 218649,
"AMSQueryMasterGroupId": 218649,
"StatusId": 0,
"LastRunTime": null
}
}
}
}