Update Customer
Updates a customer
Name Fields
You can update the customer’s name by providing either or both fields:firstName- Update customer’s first namelastName- Update customer’s last name
Authorizations
Path Parameters
ID of customer to update
Body
Customer to update
Unique identifier for the customer. This is your customer reference and should match your internal system's ID.
Type of tasks to create for the customer's automated call schedule. Valid values depend on company configuration. This field is required.
"collections"
The first name of the customer
The last name of the customer
Customer email address
Customer birthday in YYYY-MM-DD format
"1985-06-15"
Last 4 digits of SSN
"1234"
Timezone of the customer (IANA timezone name, e.g., 'America/New_York', 'America/Los_Angeles')
Phone number of the customer
Street address line 1
"123 Main St"
Street address line 2 (optional)
"Apt 4B"
City
"San Francisco"
State code
"CA"
ZIP/postal code
"94102"
Do not call the customer
Indicates if this is a test customer
Mark customer as test customer
Additional custom metadata about the customer (e.g. employer information, pay schedule, additional contact details)
Array of loan IDs to import. If provided, only these loans are imported. If omitted, all loans are imported.
[123, 456, 789]When true, auto-fetch missing customer data from your integrated lending system. Defaults to false.
Loan reference ID for enrichment. Distinct from loanIds which filters loan imports.
Response
Customer response
The first name of the customer
The last name of the customer
Unique identifier for the customer. This is your customer reference and should match your internal system's ID.
Customer email address
Customer birthday in YYYY-MM-DD format
Last 4 digits of SSN
Timezone of the customer (IANA timezone name, e.g., 'America/New_York', 'America/Los_Angeles')
Phone number of the customer
Street address line 1
Street address line 2 (optional)
City name
State code (e.g., NY, CA)
ZIP/postal code
Do not call the customer
Indicates if this is a test customer
Type of tasks created for the customer's automated call schedule
Additional custom metadata about the customer