v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounting entry
Create accounting entry
Create an accounting entry.
This endpoint generates an Accounting entry created event.
Refer to the How to create accounting entries guide for more information.
post/v1/accounting-entries
Request body
Example request
{
"amount": 10,
"entry_type_id": 2100,
"event_date": "2021-02-01T00:00:00.000Z",
"program_id": 12,
"account_id": 21,
"credit_accounting_account": "0",
"debit_accounting_account": "0",
"tracking_id": "c5f2f677-d9aa-4285-8a08-d297a72d8949",
"transaction_id": 12342
}Response
Request accepted but not processed yet.
Example response
{
"amount": 10,
"entry_type_id": 2100,
"event_date": "2021-02-01T00:00:00.000Z",
"program_id": 12,
"account_id": 21,
"credit_accounting_account": "0",
"debit_accounting_account": "0",
"tracking_id": "c5f2f677-d9aa-4285-8a08-d297a72d8949",
"transaction_id": 12342
}