update_customer
Update an existing customer's core details. Modify name, email, phone, status, and company information.
Instructions
Update an existing customer's core details. Maps to PUT /customers/{customerId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phones | No | ||
| status | No | ||
| company | No | ||
| last_name | No | ||
| first_name | Yes | ||
| customer_id | Yes | ||
| account_number | No | Must end with a number |