Sample Response: JSON

JSON POST Response:

{
    "confidence": 40,
    "jurisdiction": {
        "state": {
            "code": "46",
            "name": "SD"
        },
        "county": {
            "code": "041",
            "name": "Dewey"
        },
        "place": {
            "name": "",
            "code": "00000",
            "gnisCode": "000000000",
            "classCode": "",
            "incorporatedFlag": "Uninc",
            "lastAnnexedDate": "",
            "lastUpdatedDate": "",
            "lastVerifiedDate": ""
        },
        "spds": [
            {
                "districtName": "Cheyenne River Sioux Tribe",
                "districtCode": "IRD",
                "districtNumber": "00005",
                "versionDate": "092006",
                "effectiveDate": "062007",
                "compiledDate": "092006",
                "updateDate": "062016"
            }
        ]
    },
    "matchedAddress": {
        "formattedAddress": "2001 Main St Eagle Butte, SD  57625",
        "mainAddressLine": "2001 Main St",
        "addressLastLine": "Eagle Butte, SD  57625",
        "placeName": "",
        "areaName1": "SD",
        "areaName2": "",
        "areaName3": "Eagle Butte",
        "areaName4": "",
        "postCode": "57625",
        "postCodeExt": "",
        "country": "USA",
        "addressNumber": "",
        "streetName": "",
        "unitType": "",
        "unitValue": ""
    },
    "salesTax": {
        "totalTaxRate": 0.045,
        "stateTaxRate": 0,
        "countyTaxRate": 0,
        "municipalTaxRate": 0,
        "spdsTax": [
            {
                "districtNumber": "00005",
                "taxRate": 0.045
            }
        ]
    },
    "useTax": {
        "totalTaxRate": 0.045,
        "stateTaxRate": 0,
        "countyTaxRate": 0,
        "municipalTaxRate": 0,
        "spdsTax": [
            {
                "districtNumber": "00005",
                "taxRate": 0.045
            }
        ]
    }
}

In case no data is found, the following response is returned:

{}