Skip to main content

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​

FieldTypeRequiredDescription
idlongYesThe collection ID to post

Try It Out​

POST/api/bpm/cmdPostRemitaCollectionCommand
Request Body

Response Structure​

{
"success": true,
"data": {
"id": 7001,
"isPosted": true,
"postedAt": "2026-03-08T15:00:00Z"
},
"message": "Collection posted successfully"
}