Skip to main content

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​

FieldTypeRequiredDescription
idlongYesThe ID of the batch to reject
commentstringNoReason for rejecting the batch

Try It Out​

POST/api/bpm/cmdRejectRemitaCollectionBatchCommand
Request Body

Response Structure​

{
"success": true,
"data": {
"id": 3001,
"status": "Rejected",
"rejectedAt": "2026-03-08T12:00:00Z"
},
"message": "Collection batch rejected successfully"
}