Sample Request and Response

Request Body

{
    "options": {
        "OutputCasing": "M",
        "MaximumResults": "10",
        "KeepMultimatch": "N",
        "OutputScript": "InputScript",
        "OutputAddressBlocks": "Y",
        "OutputCountryFormat": "E",
        "OutputFieldLevelReturnCodes": "N",
        "OutputRecordType": "A"
    },
    "Input": {
        "Row": [
            {
                "AddressLine1": "1700 District Ave #300",
                "AddressLine2": "",
                "AddressLine3": "",
                "AddressLine4": "",
                "AddressLine5": "",
                "City": "Burlington",
                "Country": "USA",
                "StateProvince": "MA",
                "PostalCode": "01803",
                "FirmName": "Precisely"
            }
        ]
    }
}

Response

{
    "Output": [
        {
            "Confidence": "100",
            "RecordType": "HighRise",
            "CountryLevel": "A",
            "AddressLine1": "1700 District Ave Ste 300",
            "City": "Burlington",
            "StateProvince": "MA",
            "PostalCode": "01803-5231",
            "PostalCode.Base": "01803",
            "PostalCode.AddOn": "5231",
            "Country": "United States of America",
            "FirmName": "Precisely",
            "AddressQuality": "C5",
            "Deliverability": "5",
            "AddressType": "H",
            "ChangeScore": "74",
            "BlockAddress": "1700 District Ave Ste 300\nBurlington MA  01803-5231\nUnited States of America",
            "Latitude": "42.484083",
            "Longitude": "-71.210520",
            "user_fields": []
        }
    ]
}