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

General Notices