docs/ExternalContact.md in purecloudplatformclientv2-36.1.0 vs docs/ExternalContact.md in purecloudplatformclientv2-37.0.0
- old
+ new
@@ -20,14 +20,16 @@
| **work_email** | **String** | | [optional] |
| **personal_email** | **String** | | [optional] |
| **other_email** | **String** | | [optional] |
| **address** | [**ContactAddress**](ContactAddress.html) | | [optional] |
| **twitter_id** | [**TwitterId**](TwitterId.html) | | [optional] |
+| **line_id** | [**LineId**](LineId.html) | | [optional] |
+| **facebook_id** | [**FacebookId**](FacebookId.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** | A string that identifies an external system-of-record resource that may have more detailed information on the organization. It should be a valid URL (including the HTTP protocol, port, and path [if any]). The value is automatically trimmed of any leading and trailing whitespace. | [optional] |
+| **external_system_url** | **String** | A string that identifies an external system-of-record resource that may have more detailed information on the contact. It should be a valid URL (including the http/https protocol, port, and path [if any]). The value is automatically trimmed of any leading and trailing whitespace. | [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"}