PUT
/
customers
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The id that needs to be updated

Body

id
string

The unique identifier of the customer.

sso_id
string

The unique identifier of the customer in the SSO system.

activationDate
string

The date and time the customer was activated.

email
string

The email address of the customer.

firstName
string

The first name of the customer.

lastName
string

The last name of the customer.

phone
string

The phone number of the customer.

stripe_customer_id
string

The unique identifier of the customer in the Stripe system.

timestamp
string

The date and time the customer was created.