Update Customer
Customers
Update Customer
Update a single customer record within a campaign.
Update Customer
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Body Parameters
The unique identifier of the campaign (e.g.,
camp_abc123).The Loan ID identifying the record. Required if
lead_id is not provided.The Lead ID identifying the record. Required if
loan_id is not provided.An object containing the key-value pairs of the fields to update.
Response
Indicates if the update was successful.
A confirmation message.
The error type or code (Error responses only).

