Skip to main content

Cancel NIBSS Collection Batch

Overview​

Cancels a collection batch permanently. Cancelled batches cannot be reactivated or executed. Use this when a batch is no longer needed.

Command Details​

  • Command: CancelNibssCollectionBatchCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
batchIdlongYesID of the collection batch to cancel

Try It Out​

POST/api/bpm/cmdCancelNibssCollectionBatchCommand
Request Body

Response Structure​

{
"response": {
"id": 2001,
"status": "Cancelled"
},
"responseCode": "00",
"responseDescription": "Batch cancelled successfully"
}