Skip to main content

Reverse Remita Collection

Overview​

Reverses a previously posted collection transaction. This creates a reversal entry in the general ledger, effectively undoing the posting. Only posted collections can be reversed.

Command Details​

  • Command: ReverseRemitaCollectionCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
idlongYesThe collection ID to reverse

Try It Out​

POST/api/bpm/cmdReverseRemitaCollectionCommand
Request Body

Response Structure​

{
"success": true,
"data": {
"id": 7001,
"isPosted": false,
"reversedAt": "2026-03-08T16:00:00Z"
},
"message": "Collection reversed successfully"
}