POST
/
v1
/
businesses
/
{business_id}
/
ledger
/
entries
/
{entry_id}
/
reverse

Path Parameters

business_id
string
required

ID of the Business to create the reversal entry for.

entry_id
string
required

ID 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