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
Response: 200
{
"response": true,
"data": {
"chartOfAccounts": [
{
"accountCode": "Integer",
"accountName": "String",
"accountType": "String"
}
]
},
"error": null
}
|
No Comments