Skip to main content

Remove Disbursement Batch Entry

Overview​

Removes a specific entry from an existing disbursement batch. The batch must be in Draft status. Use this to correct or adjust batch contents before submission.

Command Details​

  • Command: RemoveDisbursementBatchEntryCommand
  • Type: Command (write operation)
  • Batch status requirement: Draft
  • Permissions required: Disbursement Create

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
entryIdlongYesID of the entry to remove

Try It Out​

POST/api/bpm/cmdRemoveDisbursementBatchEntryCommand
Request Body

Response Structure​

{
"success": true,
"data": {
"entryId": 3087
},
"message": "Entry removed from batch successfully"
}