post
http://{{url}}/api/method/emotive_app.api.crm.credit_app.add_buyer
This API endpoint is used to add an applicant (buyer/co-buyer/guarantor, etc.) to an existing credit application. You must provide the relevant credit application ID, the applicant's name, and their role in the application.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Method
- POST
Endpoint
{{url}}/api/method/emotive_app.api.crm.credit_app.add_buyer
Example Request
{
"application_id": "C-2024-08-00014",
"party_name": "Allen Dobbins",
"role": "Co Buyer 1"
}Response Explanation
A successful response returns HTTP status 200 and an empty JSON object.
Example Response
{} 403Forbidden
404Not Found
409Conflict
422Unprocessable Entity
500Internal Server Error
