Skip to main content

Activate NIBSS Collection Batch

Overview​

Transitions a collection batch from Draft to Active status. An active batch is ready for execution via the Run Batch command. The batch must contain at least one collection item before it can be activated.

Command Details​

  • Command: ActivateNibssCollectionBatchCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
batchIdlongYesID of the collection batch to activate

Try It Out​

POST/api/bpm/cmdActivateNibssCollectionBatchCommand
Request Body

Response Structure​

{
"response": {
"id": 2001,
"status": "Active"
},
"responseCode": "00",
"responseDescription": "Batch activated successfully"
}