Sha256: 6567b1f511cd8996c7b56cabc11d601b29eb84730ef9635e4afe94ca1c570cbf
Contents?: true
Size: 1.94 KB
Versions: 3
Compression:
Stored size: 1.94 KB
Contents
--- title: ExternalContact --- ## PureCloud::ExternalContact ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **first_name** | **String** | The first name of the contact. | | | **middle_name** | **String** | | [optional] | | **last_name** | **String** | The last name of the contact. | | | **salutation** | **String** | | [optional] | | **title** | **String** | | [optional] | | **work_phone** | [**PhoneNumber**](PhoneNumber.html) | | [optional] | | **cell_phone** | [**PhoneNumber**](PhoneNumber.html) | | [optional] | | **home_phone** | [**PhoneNumber**](PhoneNumber.html) | | [optional] | | **other_phone** | [**PhoneNumber**](PhoneNumber.html) | | [optional] | | **work_email** | **String** | | [optional] | | **personal_email** | **String** | | [optional] | | **other_email** | **String** | | [optional] | | **address** | [**ContactAddress**](ContactAddress.html) | | [optional] | | **twitter_id** | [**TwitterId**](TwitterId.html) | | [optional] | | **modify_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **create_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **external_organization** | [**ExternalOrganization**](ExternalOrganization.html) | | [optional] | | **survey_opt_out** | **BOOLEAN** | | [optional] | | **external_system_url** | **String** | | [optional] | | **external_data_sources** | [**Array<ExternalDataSource>**](ExternalDataSource.html) | Links to the sources of data (e.g. one source might be a CRM) that contributed data to this record. Read-only, and only populated when requested via expand param. | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-25.0.0 | docs/ExternalContact.md |
purecloudplatformclientv2-24.0.0 | docs/ExternalContact.md |
purecloudplatformclientv2-23.0.0 | docs/ExternalContact.md |