{
"type": "SR",
"batchId": "123456789",
"data": [
{
"id": 1915644277908705300
},
{
"id": 1915299485228077000
}
]
}curl --location --globoff 'https://api.trackingeyes.com/api/oceanbill/timelyUpdateById?companyCode=undefined&token=[%E8%8E%B7%E5%8F%96Token]%E6%8E%A5%E5%8F%A3%E8%BF%94%E5%9B%9E%E7%9A%84result%E5%80%BC%20%20&orgCode=undefined' \
--header 'Content-Type: application/json' \
--data '{
"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"
}
]
}