Reject Remita Collection Batch
Overview​
Rejects a collection batch, preventing it from being run. This is the disapproval step in the maker-checker workflow. A rejected batch cannot be executed and must be recreated if collections are still needed.
Command Details​
- Command:
RejectRemitaCollectionBatchCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | The ID of the batch to reject |
comment | string | No | Reason for rejecting the batch |
Try It Out​
POST
/api/bpm/cmdRejectRemitaCollectionBatchCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 3001,
"status": "Rejected",
"rejectedAt": "2026-03-08T12:00:00Z"
},
"message": "Collection batch rejected successfully"
}
Related Operations​
- Authorize Collection Batch — Authorize the batch instead
- Create Collection Batch — Create a new batch
- Retrieve Collection Batches — List batch records