PATCH
/
customers
/
{customer_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string
required

Body

application/json
name
string

Name of the Customer

primaryEmail
string

Primary email of the customer

address
object

billing address of the customer

Response

200 - application/json
id
string
required

Identifier of customer

togaiCustomerId
string
required

Unique identifier of customer

name
string
required

Name of the Customer

primaryEmail
string
required

Primary email of the customer

billingAddress
string
required

billing address of the customer

address
object
required

billing address of the customer

status
enum<string>
required

Status of the customer

Available options:
ACTIVE,
ARCHIVED
createdAt
string
required
updatedAt
string
required