Authorizations
API Key Authentication.
Path Parameters
An optional external identifier of the customer from the external system, used throughout the system to identify the customer. This field can not be updated.
Body
Schema representing a customer.
Response
The request was successfully processed, and the customer has been updated. The response contains the details of the updated customer.
The unique identifier of the customer in our system.
An optional external identifier of the customer from the external system, used throughout the system to identify the customer. This field can not be updated.
"cust_1234567890abcdef"
The name of the customer.
"Acme Inc."
Custom fields that can be associated with the customer. The fields must be previously created in the system before they can be used.
{
"custom_field_1": "value1",
"custom_field_2": "value2"
}