Skip to main content
GET
/
v5
/
taxEngineExpress
/
incomeTypeDefinitions
Get Income Definitions
curl --request GET \
  --url https://sandbox.hurdlr.com/rest/v5/taxEngineExpress/incomeTypeDefinitions \
  --header 'Authorization: Bearer <token>'
[
  {
    "incomeType": "TAX_FREE_INTEREST_OTHER_STATE",
    "definitions": "Enter the amount of interest earned on Municipal Bonds issued out of the state. These are the bonds which are federal tax free and issued by various state agencies and are not state tax free if issued by other states than this state."
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

client_id
string
clientId
string
state
string

Response

200 - application/json

Successful operation

incomeType
string
Example:

"TAX_FREE_INTEREST_OTHER_STATE"

definitions
string
Example:

"Enter the amount of interest earned on Municipal Bonds issued out of the state. These are the bonds which are federal tax free and issued by various state agencies and are not state tax free if issued by other states than this state."