Investigator API
POST Search TaxRates
Overview
Searches for taxes based on the specified criteria.
OperationId: POST Search TaxRates
Authorization Method(s): OAuth
Verb: POST
End Point: /api/taxadmin/search
Query parameters in an API operation are key-value pairs that are included in the URL of an API request to filter or modify the data returned by the API. They come after the `?` in the URL and are often used to pass optional parameters like search terms, pagination information, sorting criteria, or filters to narrow down the data in the response.
Display String | Field Name | Field Type |
---|---|---|
Api-version* | api-version | undefined |
Overview
Response codes in an API indicate the outcome of a request. They are three-digit numbers returned by the server to help the client understand if the request was successful, encountered an error, or needs further action. This operation has the following possible responses.
code | description |
---|---|
200 | Returns the search results based off of the given search criteria |
401 | User is not authorized to use the API. |
404 | No taxes were found for the search criteria. |
400 | Location does not exist, or other parameters are set. |