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​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | The collection ID to reverse |
Try It Out​
POST
/api/bpm/cmdReverseRemitaCollectionCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 7001,
"isPosted": false,
"reversedAt": "2026-03-08T16:00:00Z"
},
"message": "Collection reversed successfully"
}
Related Operations​
- Post Collection — Post a collection transaction
- Retrieve Collections — List individual collection records
- Retrieve Collection Batches — List batch records