Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeConfluence
titlePélda kérés
{
    "addressRecognitionRequestsAddressRecognitionRequests": 
    [
        {
            "fullAddressFullAddress": "This is an invalid address",
            "consignmentIdentifierConsignmentIdentifier":
            {
                "orderIdOrderId": "1",
                "consignmentIdConsignmentId": "1"
            },
            "expectedPostDateExpectedPostDate": "2017-09-2010-02T22:00:00Z"
        }, 
        {
            "fullAddressFullAddress": "Dunaújváros Verebély u. 8 2400",
            "consignmentIdentifierConsignmentIdentifier": 
            {
                "orderIdOrderId": "1",
                "consignmentIdConsignmentId": "2"
            },
            "expectedPostDateExpectedPostDate": "2017-09-2110-03T22:00:00Z"
        }
    ]
}


Code Block
languagejs
titleÉs a hozzá tartozó példa válasz
{
    "addressRecognitionResults": 
    [
        {
			
            "id": 49141703,
			
            "consignmentIdentifier": 
            {
                "orderId": "1",
                "consignmentId": "1",
                "asOneLineString": "orderId: [1], consignmentId: [1]"
            },
            "structuredAddress": null,
            "probability": 0.0,
            "recognitionFailureReason": "INTERNALINVALID_SERVERADDRESS_ERRORFORMAT",
            "successfullyRecognized": false
        }, 
        {
            "id": 9141705,
            "consignmentIdentifier": 
            {
                "orderId": "1",
                "consignmentId": "2",
                "asOneLineString": "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
        }
    ]
}

...