Skip to main content
Update Customer

Headers

string
required
Bearer token for authentication (e.g., Bearer <your_token>).

Body Parameters

string
required
The unique identifier of the campaign (e.g., camp_abc123).
string
The Loan ID identifying the record. Required if lead_id is not provided.
string
The Lead ID identifying the record. Required if loan_id is not provided.
object
required
An object containing the key-value pairs of the fields to update.

Response

boolean
Indicates if the update was successful.
string
A confirmation message.
object
string
The error type or code (Error responses only).