Skip to main content

Get the Chart of Accounts

GET Chart Of Account

This is the Loan management API used to get the Chart of Accounts.

URL: {{base_url}}/loan-management/v1/getChartOfAccount

Request 
Request Type: GET
Authorization: Bearer Token

Response: 200
{
    "response": true,
    "data": {
        "chartOfAccounts": [
            {
                "accountCode": "Integer",
                "accountName": "String",
                "accountType": "String"
            }
        ]
    },
    "error": null
}