Page History
...
Elérési út | /mailer/batch-recognize |
Http művelet | POST |
Kérés objektum | BatchMailerAddressRecognitionRequest |
Válasz objektum | BatchMailerAddressRecognitionResponse |
Lehetséges válaszkódok |
|
Példa kérés
Code Blockcode | ||||
---|---|---|---|---|
| ||||
{
"addressRecognitionRequests": [
{
"fullAddress": "This is an invalid address",
"consignmentIdentifier": {
"orderId": "1",
"consignmentId": "1"
},
"serviceType": "NORMAL",
"expectedPostDate": "2017-09-20"
},
{
"fullAddress": "Dunaújváros Verebély u. 8 2400",
"consignmentIdentifier": {
"orderId": "1",
"consignmentId": "2"
},
"serviceType": "NORMAL",
"expectedPostDate": "2017-09-21"
}
]
} |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "addressRecognitionResults": [ { "consignmentIdentifier": { "orderId": "1", "consignmentId": "1" }, "structuredAddress": null, "probability": 0, "recognitionFailureReason": "INTERNAL_SERVER_ERROR", "successfullyRecognized": false }, { "consignmentIdentifier": { "orderId": "1", "consignmentId": "2" }, "structuredAddress": { "name": null, "city": "Dunaújváros", "street": { "name": "Verebély", "type": "u", "number": "8", "building": null, "stairway": null, "floor": null, "door": null, "postBox": null }, "zipCode": "2400", "countryCode": "HU" }, "probability": 94.34476897998643, "recognitionFailureReason": null, "successfullyRecognized": true } ] } |
Overview
Content Tools