Update a customer
PUT/api/v3/customer/:customer_id
Setting the parent_customer_id to null will effectively disconnect the child customer from its parent.
Note that a customer's parent_customer_id can only be updated if its parent has not made a payment for the customer.
Request
Responses
- 202
- 400
- 401
Object was updated successfully
Bad request
Authentication error