Customer Profile
Partially update customer details
Using this endpoint, you can partially update details of a customer by customerId
. To fully replace the details of an existing customer, use the PUT /customers/{customerId}
endpoint.
PATCH
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Example:
"517fa9dfd42d8b00g1o3k312"
A UUID of the request.
Path Parameters
A 24-character system-generated ID of the customer. This is returned in the response of the POST /customers
endpoint.
Example:
"61a558b1b155125f02be7fb1"
Body
application/json
A sample request to partially update customer details.
The body is of type object
.
Response
200
application/json
OK
The response is of type object
.