Update customer by external ID
This endpoint allows updating a customer by external ID.
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.
^[a-zA-Z0-9_-]+$Body
Schema representing a customer.
Response
Schema representing a 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.
^[a-zA-Z0-9_-]+$"705faf65-9c8b-4053-8c0b-2021281ce83f"
The name of the customer.
"Acme Inc."
Customer type in organizations hierarchy.
individual, organization, subsidiary "individual"
The prefix of the customer's invoices. This is generated by the system and cannot be updated.
"ACMEI"
Parent customer ID when customer is a subsidiary.
Archive timestamp for customers that were archived.
Custom fields that can be associated with the entity. The fields must be previously created in the system before they can be used.
{
"customField1": "value1",
"customField2": ["value2", "value3"]
}