ContactSearchResponse
Contact that matches the search criteria. This resource contains only fields that are indexed for a contact, not all the fields that would be found on the Contact resource.
| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityType | The type of entity. | string |
None. |
| Id | The Unique Id/key for the Contact. | integer |
None. |
| Name | Full name of the Contact. | string |
None. |
| CompanyId | Id in Saasu of the Organisation or Company that employs the Contact. | integer |
None. |
| Company | The name of the Organisation or Company that the Contact belongs to. | string |
None. |
| TradingName | The trading name of the Organisation or Company that the Contact belongs to. | string |
None. |
| CustomerContactId | Is used as an Account or Contact reference for this person if they are a supplier or customer. This is your reference or their reference depending on how you prefer to use this field. | string |
None. |
| ContactEmail | Email address for the Contact. | string |
None. |
| MainPhone | Main phone number for the Contact. | string |
None. |
| SecondaryPhone | Secondary phone number for the Contact. | string |
None. |
| MobilePhone | Mobile phone number for the Contact. | string |
None. |
| TwitterId | Twitter Id for the Contact. | string |
None. |
| Manager | Represents the Account Manager, Salesperson or similar for this Contact. | string |
None. |
| Tags | List of tags associated with this Contact. | string |
None. |
| IsEmployee | Indicates whether this Contact is an employee. | boolean |
None. |
| IsActive | Indicates whether this Contact is active. Default: true. | boolean |
None. |
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |