customers
Update Customer by ID
Updates the specified Customer by setting the values of the parameters on the customer object passed. Before calling this endpoint, it may be beneficial to call Get Customer by ID to obtain a Customer Object. Change the desired fields in the Customer object and then modify the object before calling the update endpoint with the modified object.
post/customers/{customerId}
Path parameters
customerIdstring required
The identifier of the Customer to be retrieved.
Headers
Authorizationstring required
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.