Post Remita Collection
Overview​
Posts a successful collection transaction to the general ledger. This records the collected funds in the bank's accounting system. Only collections with a successful status can be posted.
Command Details​
- Command:
PostRemitaCollectionCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | The collection ID to post |
Try It Out​
POST
/api/bpm/cmdPostRemitaCollectionCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 7001,
"isPosted": true,
"postedAt": "2026-03-08T15:00:00Z"
},
"message": "Collection posted successfully"
}
Related Operations​
- Reverse Collection — Reverse a posted collection
- Retrieve Collections — List individual collection records
- Retrieve Collection Batches — List batch records