Sample Response: JSON

{
    "confidence": 100,
    "jurisdiction": {
        "state": {
            "code": "46",
            "name": "SD"
        },
        "county": {
            "code": "041",
            "name": "Dewey"
        },
        "place": {
            "name": "Eagle Butte",
            "code": "17620",
            "gnisCode": "001267361",
            "classCode": "C5",
            "incorporatedFlag": "Inc",
            "lastAnnexedDate": "12/2015",
            "lastUpdatedDate": "02/2019",
            "lastVerifiedDate": "09/2017"
        },
        "spds": [
            {
                "districtName": "Cheyenne River Sioux Tribe",
                "districtCode": "IRD",
                "districtNumber": "00005",
                "versionDate": "092006",
                "effectiveDate": "062007",
                "compiledDate": "092006",
                "updateDate": "062016"
            }
        ]
    },
    "salesTax": {
        "totalTaxRate": 0.065,
        "stateTaxRate": 0,
        "countyTaxRate": 0,
        "municipalTaxRate": 0.02,
        "spdsTax": [
            {
                "districtNumber": "00005",
                "taxRate": 0.045
            }
        ]
    },
    "useTax": {
        "totalTaxRate": 0.065,
        "stateTaxRate": 0,
        "countyTaxRate": 0,
        "municipalTaxRate": 0.02,
        "spdsTax": [
            {
                "districtNumber": "00005",
                "taxRate": 0.045
            }
        ]
    }
}

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

{}