Journal Entries
Reverse Journal Entry
This endpoint creates a reversal entry for an existing journal entry.
POST
/
v1
/
businesses
/
{business_id}
/
ledger
/
entries
/
{entry_id}
/
reverse
Path Parameters
business_id
string
requiredID of the Business to create the reversal entry for.
entry_id
string
requiredID of the Journal Entry to create a reversal entry for.
Response
Returns a Journal Entry with one of the following status codes:
- 201 Created - A new reversal entry was successfully created.
- 200 OK - The journal entry was already reversed.
The response contains the existing or newly created reversal Journal Entry