Sample: JSON

POST Request:
{
"preferences": {
"fallbackToGeographic": "true",
"matchMode": "EXACT",
"latLongOffset": "40",
"squeeze": "Y",
"latLongFormat": "Decimal",
"defaultBufferWidth": "50",
"distanceUnits": "Feet",
"outputCasing": "M",
"returnCensusFields": "Y",
"returnLatLongFields": "Y",
"returnAllCandidateInfo": "",
"maxReturnedCandidates": "",
"streetOffset": "",
"cornerOffset":"",
"customPreferences": {
"FIND_ADDR_POINT_INTERP": "true",
"FIND_SEARCH_AREA": "1",
"FIND_ADDRESS_RANGE": "true",
"FIND_EXPANDED_SEARCH_RADIUS": "50",
"FIND_ALTERNATE_LOOKUP": "2",
"FIND_STREET_CENTROID": "true",
"FIND_FIRST_LETTER_EXPANDED": "true"
}
},
"addresses": [
{
"mainAddressLine": "39 Sycamore Rd,Stafford 08050, USA"
}
]
}
JSON POST Response
{
    "taxDistrictResponse": [
        {
            "objectId": "1",
            "confidence": 100,
            "jurisdiction": {
                "state": {
                    "code": "08",
                    "name": "CO"
                },
                "county": {
                    "code": "013",
                    "name": "Boulder"
                },
                "place": {
                    "name": "Boulder",
                    "code": "07850",
                    "gnisCode": "002409883",
                    "classCode": "C1",
                    "incorporatedFlag": "Inc",
                    "lastAnnexedDate": "10/2011",
                    "lastUpdatedDate": "10/2018",
                    "lastVerifiedDate": "03/2018"
                }
            },
            "numOfIpdsFound": 0,
            "matchedAddress": {
                "formattedAddress": "4750 Walnut St Boulder, CO  80301-2532",
                "mainAddressLine": "4750 Walnut St",
                "addressLastLine": "Boulder, CO  80301-2532",
                "placeName": "",
                "areaName1": "CO",
                "areaName2": "",
                "areaName3": "Boulder",
                "areaName4": "",
                "postCode": "80301",
                "postCodeExt": "2532",
                "country": "USA",
                "addressNumber": "",
                "streetName": "",
                "unitType": "",
                "unitValue": ""
            }
        },
        {
            "objectId": "2",
            "confidence": 100,
            "jurisdiction": {
                "state": {
                    "code": "34",
                    "name": "NJ"
                },
                "county": {
                    "code": "029",
                    "name": "Ocean"
                },
                "place": {
                    "name": "Ocean Acres",
                    "code": "54315",
                    "gnisCode": "002389608",
                    "classCode": "U1",
                    "incorporatedFlag": "Uninc",
                    "lastAnnexedDate": "01/2010",
                    "lastUpdatedDate": "02/2012",
                    "lastVerifiedDate": "01/2010"
                }
            },
            "numOfIpdsFound": 1,
            "ipds": [
                {
                    "id": "470",
                    "districtName": "Stafford Ts",
                    "districtType": {
                        "description": "Fire District",
                        "value": "FIRE"
                    },
                    "taxCodeDescription": "351",
                    "effectiveDate": "010101",
                    "expirationDate": "123199",
                    "boundaryBuffer": {
                        "bufferRelation": {
                            "description": "The address is inside the district at a distance from the edge that is greater than the specified buffer width.",
                            "value": "P"
                        },
                        "distanceToBorder": {
                            "unit": "FEET",
                            "value": "1377"
                        }
                    },
                    "rates": [
                        {
                            "name": "FIRE",
                            "format": "P",
                            "formatDescription": "Percentage",
                            "value": "0.020"
                        }
                    ]
                }
            ],
            "matchedAddress": {
                "formattedAddress": "39 Sycamore Rd Stafford Twp, NJ  08050-1509",
                "mainAddressLine": "39 Sycamore Rd",
                "addressLastLine": "Stafford Twp, NJ  08050-1509",
                "placeName": "",
                "areaName1": "NJ",
                "areaName2": "",
                "areaName3": "Stafford Twp",
                "areaName4": "",
                "postCode": "08050",
                "postCodeExt": "1509",
                "country": "USA",
                "addressNumber": "",
                "streetName": "",
                "unitType": "",
                "unitValue": ""
            }
        }
    ]
}