|
3 | 3 |
|
4 | 4 | ## Fields |
5 | 5 |
|
6 | | -| Field | Type | Required | Description | Example | |
7 | | -| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | |
8 | | -| `firstName` | *?string* | :heavy_minus_sign: | The contact first name | Steve | |
9 | | -| `lastName` | *?string* | :heavy_minus_sign: | The contact last name | Wozniak | |
10 | | -| `companyName` | *?string* | :heavy_minus_sign: | The contact company name | Apple Inc. | |
11 | | -| `emails` | array<*string*> | :heavy_minus_sign: | List of contact email addresses | [<br/>"steve@apple.com"<br/>] | |
12 | | -| `phoneNumbers` | array<*string*> | :heavy_minus_sign: | List of contact phone numbers | [<br/>"123-456-7890"<br/>] | |
13 | | -| `dealIds` | array<*string*> | :heavy_minus_sign: | List of associated deal IDs | [<br/>"deal-001",<br/>"deal-002"<br/>] | |
14 | | -| `accountIds` | array<*string*> | :heavy_minus_sign: | List of associated account IDs | [<br/>"account-123",<br/>"account-456"<br/>] | |
15 | | -| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} | |
| 6 | +| Field | Type | Required | Description | Example | |
| 7 | +| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | |
| 8 | +| `firstName` | *?string* | :heavy_minus_sign: | The contact first name | Steve | |
| 9 | +| `lastName` | *?string* | :heavy_minus_sign: | The contact last name | Wozniak | |
| 10 | +| `companyName` | *?string* | :heavy_minus_sign: | The contact company name | Apple Inc. | |
| 11 | +| `emails` | array<*string*> | :heavy_minus_sign: | List of contact email addresses | [<br/>"steve@apple.com"<br/>] | |
| 12 | +| `phoneNumbers` | array<*string*> | :heavy_minus_sign: | List of contact phone numbers | [<br/>"123-456-7890"<br/>] | |
| 13 | +| `dealIds` | array<*string*> | :heavy_minus_sign: | List of associated deal IDs | [<br/>"deal-001",<br/>"deal-002"<br/>] | |
| 14 | +| `accountIds` | array<*string*> | :heavy_minus_sign: | List of associated account IDs | [<br/>"account-123",<br/>"account-456"<br/>] | |
| 15 | +| `customFields` | array<[Components\ContactsCustomFields](../../Models/Components/ContactsCustomFields.md)> | :heavy_minus_sign: | Contact custom fields | | |
| 16 | +| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} | |
0 commit comments