Get list chart of accounts
To get company’s chart of accounts
Request
- GET /chart-of-accounts/accounts
| Property | Type | Description |
|---|
| Authorization
Required | string | Bearer accessToken |
Response
| Property | Type | Description |
|---|
| status | boolean | Action success |
| message | string | Error message |
| code | integer | Error code |
| data | object | Document data |
| total | integer (integer) | Total chart of accounts |
| accounts | array of objects | Group of chart of accounts |
| id | integer (integer) | Chart of account id |
| code | integer | Chart of account code |
| category | string | Category of chart of account |
| nameLocal | string | Name of chart of account in local language |
| nameForeign | string | Name of chart of account in foreign language |
| descriptionLocal | string | Description of chart of account in local language |
| descriptionForeign | string | Description of chart of account in foreign language |