clients-update
clients-updateUpdate existing client details including name, contact information, currency, default rate, and phone number.
Instructions
Updates a client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Client ID (@rid format) | |
| contact_info | No | Contact/billing info as JSON object with name, phone, line1, line2, line3 fields. Phone is used for SMS routing. | |
| currency | No | Currency code | |
| default_rate | No | Default hourly billing rate | |
| name | No | New client name | |
| phone | No | Phone number in E.164 format (e.g., +15551234567) |