Journal Entry Endpoints

journal-entry/delete

This endpoint allows you to delete journal entry that was previously saved the VoPay platform.

post/journal-entry/delete

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

JournalEntryIDinteger required

The unique ID of the journal entry that was deleted.

Example response

{
  "Success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.