Get client
get_clientFetch a customer's complete record by numeric ID, including contact details, account status, group, and optional billing settings.
Instructions
Retrieve one customer by numeric client ID: identity, primary contact details (name, email, address, phone numbers), status (active/inactive/fraud), client group and, optionally, effective settings (currency, language, autodebit, ...). Wraps Clients.get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Numeric client ID (the `id` field, not the displayed id_code) | |
| include_settings | No | Also return the client's effective settings (default currency, language, tax exempt, autodebit, ...) |