Skip to main content

Add Item to NIBSS Collection Batch

Overview​

Adds a single collection item to an existing batch. The batch must be in Draft status to accept new items.

Command Details​

  • Command: AddNibssCollectionToBatchCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
batchIdlongYesID of the collection batch to add to
mandateIdlongYesID of the NIBSS mandate to collect against
amountdecimalYesAmount to collect
narrationstringNoNarration for this collection item
collectionDatestringNoScheduled collection date (ISO 8601)

Try It Out​

POST/api/bpm/cmdAddNibssCollectionToBatchCommand
Request Body

Response Structure​

{
"response": {
"id": 30045
},
"responseCode": "00",
"responseDescription": "Collection item added to batch"
}