Use Case for Creating a Reverse Journal Entry

To create a reverse journal entry, send a PATCH command with the reversal date in the request body.

          PATCH {{REST_SERVICES}}/record/v1/journalentry/<id>/
{
    "reversaldate": "2023-2-22"
} 

        

Related Topics

Journal Entry Use Cases
Use Case for Creating a Journal Entry
Use Cases for Approving a Journal Entry
Use Case for Updating Line Items in a Journal Entry
Use Case for Retrieving Journal Entries Created After a Date

General Notices