Submit Remita Loan for Approval
Overview​
Submits a loan request for approval. The loan must be in Created status. After submission, the loan transitions to PendingApproval status and awaits review by an authorized approver.
Command Details​
- Command:
SubmitRemitaLoanForApprovalCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | ID of the loan request to submit |
Try It Out​
POST
/api/bpm/cmdSubmitRemitaLoanForApprovalCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 5001,
"status": "PendingApproval",
"submittedAt": "2026-03-09T11:00:00Z"
},
"message": "Loan request submitted for approval"
}
Related Operations​
- Create Loan Request — Create a new loan request
- Update Loan Request — Update the loan before submitting
- Approve Loan — Approve the submitted loan request
- Reject Loan — Reject the submitted loan request