post
http://{{url}}/api/method/emotive_app.api.loan_onboarding.loan_onboarding.cancel_loan_onboarding
This API cancels an existing Loan Onboarding record.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Body
- loan_onboarding_id – Unique identifier of the Loan Onboarding record that needs to be cancelled.
{
"loan_onboarding_id": "LO-02368"
}Response
The response confirms whether the Loan Onboarding record was successfully cancelled.
Response Body
{
"message": {
"message": "Loan Onboarding cancelled successfully"
}
}