Description
This API is used to approve consumer loan agreement. Call this API when customer approves the loan agreement to let the Is Bank know about this approval.
How it Works
Parameters
This part needs to be in body of the request.
{
"application_id": 367297
}
Sample Request
POST {API_HOST}/api/v1/loan-agreement-approvals/
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID}
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Authorization: Bearer {access_token}
Content-Type: application/json
Sample Response
{
"data": {
"messege_id": 77155516
}
}