Income Type

This endpoint retrieves the list of income types available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
        }
    ]
}
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!