get
http://{{url}}/api/resource/Income Type/
This endpoint retrieves the list of income types available in the system.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response
The response returns a collection of income type records wrapped inside a data array.
Each record represents a category that describes the source of income.
Example Response
{
"data": [
{
"name": "Rental"
},
{
"name": "Income From Business"
},
{
"name": "Other"
},
{
"name": "Funds"
},
{
"name": "Rental income"
},
{
"name": "PF"
},
{
"name": "Military pension"
},
{
"name": "Interest on Amount lended"
},
{
"name": "Extra profitable business"
},
{
"name": "Private Educational institution"
}
]
} 200