Authorization: Bearer ********************{
"importerNumber": "2026***" //涉及到隐私,需要使用真实数据做验证
}curl --location 'http://openapi.freightower.com/terminal/us/customs/getImporterBond' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"importerNumber": "2026***" //涉及到隐私,需要使用真实数据做验证
}'{
"statusCode": 20000,
"message": "成功",
"data": {
"importerData": [
{
"importerNumber": "20260***",
"importerName": "SHENZHE***",
"dbaName": null,
"dbaType": null,
"fullLegalImporterName": null,
"centerId": "CE***",
"centerDescription": "CONSUMER***",
"bonds": [
{
"importerNumber": "2026***",
"importerName": "SHENZHE***",
"dbaName": null,
"dbaType": null,
"bondNumber": "23C***",
"bondAmount": 50000,
"suretyCode": "036",
"bondTypeCode": "A",
"bondFiledPort": "9900",
"queryResultCode": "1",
"importerStatus": "A",
"isSufficient": "Y",
"isMonthlyStatement": "Y",
"bondEffectiveDate": "202***",
"bondTerminationDate": null,
"importerTerminationDate": null
}
],
"addresses": [
{
"addressType": "MAILING",
"address1": "GANGBE***",
"address2": null,
"city": "SHENZHEN",
"state": "FN",
"postalCode": "518000"
},
{
"addressType": "PHYSICAL",
"address1": "6TH***",
"address2": null,
"city": "SH***",
"state": null,
"postalCode": "51***"
}
]
}
],
"requestCount": 3
}
}