Skip to main content

Create NIBSS Collection Batch

Overview​

Creates an empty collection batch in Draft status. Items can be added individually using the Add Item command before activating and running the batch.

Command Details​

  • Command: CreateNibssCollectionBatchCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
batchNamestringYesHuman-readable name for the collection batch
batchDescriptionstringNoAdditional description for the batch
organisationIdlongYesID of the organisation owning this batch
narrationstringNoNarration shown on debit transactions
collectionTypeintNoCollection type identifier (default: 0)

Try It Out​

POST/api/bpm/cmdCreateNibssCollectionBatchCommand
Request Body

Response Structure​

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