# SenaiteCreateContactRequest

Model ID: `SenaiteCreateContactRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `base_url` | `string` | Yes |  |  |  | No |  |
| `business_phone` | `string` | No |  |  |  | No |  |
| `client_path` | `string` | Yes |  |  |  | No |  |
| `department` | `string` | No |  |  |  | No |  |
| `email_address` | `string` | No |  |  |  | No |  |
| `firstname` | `string` | Yes |  |  |  | No |  |
| `job_title` | `string` | No |  |  |  | No |  |
| `mobile_phone` | `string` | No |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `password` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `surname` | `string` | Yes |  |  |  | No |  |
| `username` | `string` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
