Skip to main content

Deactivate NIBSS Collection Batch

Overview​

Returns an Active batch back to Draft status. This allows further modifications such as adding or removing collection items before re-activating and running the batch.

Command Details​

  • Command: DeactivateNibssCollectionBatchCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
batchIdlongYesID of the collection batch to deactivate

Try It Out​

POST/api/bpm/cmdDeactivateNibssCollectionBatchCommand
Request Body

Response Structure​

{
"response": {
"id": 2001,
"status": "Draft"
},
"responseCode": "00",
"responseDescription": "Batch deactivated successfully"
}