Add Applicants

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

{}
Body Params
string
required
Defaults to C-2026-01-00004

Unique credit application ID (format: C-YYYY-MM-#####)

string
required
Defaults to Co Buyer 1

Role of the buyer being added (see Role Values below)

string
required
Defaults to 2026-00039

Party ID or applicant ID to be added

Headers
string
required
Defaults to <Token>
Responses

403

Forbidden

404

Not Found

409

Conflict

422

Unprocessable Entity

500

Internal Server Error

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json