Update existing customer
PUT/api/v2/customers
Overview
Use this method to update existing customer record.
This is a sample customer update and explanation of each attribute
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful execution, customer has been created
Bad request, invalid parameters
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.