Sample Request and Response

Request Body

{
    "options": {
        "PerformUSProcessing": "Y",
        "PerformCanadianProcessing": "Y",
        "OutputVanityCity": "N",
        "MaximumResults": "10"
    },
    "Input": {
        "Row": [
            {
                "PostalCode": "01803"
            }
        ]
    }
}

Response

{
    "Output": [
        {
            "PostalCode": "01803",
            "City": "BURLINGTON",
            "City.Type": "P",
            "StateProvince": "MA",
            "user_fields": []
        }
    ]
}