{
"trackingNoList": [
"9200190358940700000425",
"9200190358940700000432"
],
"mailingDate": "2024-12-31 00:03:03",
"overwriteMailingDate": "Y",
"entryFacilityZIPCode": "11201",
"fromAddress": {
"name": "SHIPPING DEPT",
"state": "NY",
"city": "Jamaica",
"zipCode": "11434",
"address": "147-06 176th ST"
}
}curl --location --request POST 'https://im.imgloballlc.cn/prod-api/openapi/ots_order/scanForm' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackingNoList": [
"9200190358940700000425",
"9200190358940700000432"
],
"mailingDate": "2024-12-31 00:03:03",
"overwriteMailingDate": "Y",
"entryFacilityZIPCode": "11201",
"fromAddress": {
"name": "SHIPPING DEPT",
"state": "NY",
"city": "Jamaica",
"zipCode": "11434",
"address": "147-06 176th ST"
}
}'{
"code": 200,
"msg": null,
"data": {
"refundStatusDetailList": [
{
"trackingNoList": [
"9200190358940700000425",
"9200190358940700000432"
],
"message": null,
"result": "success",
"manifestNumber": "93750123456000000000003284",
"scanFormUrl": "http://113.90.151.164:19000/ots/ots/2024/12/31/93750123456000000000003284_19e328.pdf"
}
]
}
}