Accounting accounts
Create accounting account
Create an accounting account.
Refer to the How to create accounting account guide for more information.
post/v1/accounting-accounts
Request body
Example request
{
"description": "SAMPLE ACCOUNT",
"account": "123123132-x",
"program_id": 12
}Response
OK
Example response
{
"id": 1,
"description": "SAMPLE ACCOUNT",
"account": "123123132-x",
"program_id": 12,
"created_at": "2021-10-10T10:10:00.000Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.