The
PATCH request is used to partially update an existing entity by the
given id. This means:- Only the fields provided in the request body will be updated.
- Fields not provided in the request body will remain unchanged.
- The request is idempotent, meaning multiple identical PATCH requests will always result in the same final state.
Authorizations
API Key for authentication
Path Parameters
id
Body
application/json
request
Maximum length:
255Example:
"Company Name"
Maximum length:
255Example:
"Customer Display Name"
This is the display ID of the customer, it is generated by the system if not provided.
Maximum length:
255Example:
"1234567890"
Maximum length:
255Maximum length:
255Maximum length:
255Maximum length:
255Maximum length:
255Example:
"CUS123"
List of sales rep ids, sales rep id is a uuid can be queried from sales rep api
Minimum length:
1Price list id is a uuid can be queried from price list api
Maximum length:
255Example:
"John"
Maximum length:
255Example:
"Doe"
Phone number in E.164 format
Example:
"+14155552671"
Example:
"john.doe@example.com"
Response
Created
