{
"type": "SR",
"batchId": "123456789",
"data": [
{
"id": 1915644277908705300
},
{
"id": 1915299485228077000
}
]
}
curl --location --request POST 'https://api.trackingeyes.com/api/oceanbill/timelyUpdateById?companyCode&token&orgCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "SR",
"batchId": "123456789",
"data": [
{
"id": 1915644277908705300
},
{
"id": 1915299485228077000
}
]
}'
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"id": 1915644277908705300,
"batchId": "123456789",
"requestId": "20250507164300",
"stateCode": "S",
"message": null,
"callTime": "2025-05-09 18:00:00"
},
{
"id": 1915299485228077000,
"batchId": "123456789",
"requestId": "20250507164301",
"stateCode": "S",
"message": null,
"callTime": "2025-05-09 18:00:00"
}
]
}