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​
| Field | Type | Required | Description |
|---|---|---|---|
entryId | long | Yes | ID of the entry to remove |
Try It Out​
POST
/api/bpm/cmdRemoveDisbursementBatchEntryCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"entryId": 3087
},
"message": "Entry removed from batch successfully"
}
Related Operations​
- Add Disbursement Batch Entry — Add an entry to a batch
- Retrieve Disbursement Batch Entries — List entries in a batch
- Initiate Disbursement Batch — Create a new batch