Update a specific customer

Update a specific customer with new information

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the customer

Body Params

Customer information to update

Accept full name.

string
enum

The kind of customer. This can be an individual or a business.

Allowed:
string
required
length between 0 and 256
^[a-zA-Z\s-]+$

The full name of the customer.

string
length between 1 and 128
^[a-zA-Z\s-]+$

The first name of the customer. Optional in this context as full name is required.

string
length between 0 and 128
^[a-zA-Z\s-]+$

The last name of the customer. Optional in this context as full name is required.

date

Date of birth of the customer.

string
enum
length between 5 and 5
Defaults to en-GB

The preferred locale of the customer.

Allowed:
contact_details
array of objects

The contact details of the customer. This can be an email address, phone number, mobile number, or fax number.

contact_details
metadata
object

A set of key-value pairs that you can attach to a customer object. It can be useful for storing additional information about the debt in a structured format.

Responses

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