Create Contact Point ==================== Overview This section contains the required and optional elements for contact point. Multiple contact points can be created for a contact person. Create email contact point ### Elements required in request body | Name | Description | | --- | --- | | emailAddress | Must be a valid email address. Refer [Email Address](/developer-portal/emailaddressvalidation) definition for the valid email address format. If "Customer departmentalization" setting is enabled in the application, the provided email address must not be associated with any existing contact points in the same department. If "Customer departmentalization" setting is disabled in application, the provided email address must not be associated with any existing contact points in the application. | ### Optional elements allowed in request body None Create phone contact point ### Elements required in request body | Name | Description | | --- | --- | | type.value | Phone type. | | phoneNo | Phone number. This accepts any string representation. It is the client's responsibility to send in the correct number. | ### Optional elements allowed in request body | Name | Description | | --- | --- | | countryCode | Country code. | | areaCode | Area code. | | extension | Extension. | Create postal contact point ### Elements required in request body | Name | Description | | --- | --- | | type.value | Postal type. | | address_1 | Address line 1 of the postal contact point. | ### Optional elements allowed in request body | Name | Description | | --- | --- | | address_2 | Address line 2 of the postal contact point. | | city | City of the postal contact point. | | state | State of the postal contact point. | | zip | Zip code of the postal contact point. | | country | Country of the postal contact point. | | region | Region of the postal contact point. | Create web contact point ### Elements required in request body | Name | Description | | --- | --- | | url | URL of the website contact point. | ### Optional elements allowed in request body None Create social contact point ### Elements required in request body | Name | Description | | --- | --- | | type.value | Type of social contact point. | | socialId | Social ID of the social contact point. | ### Optional elements allowed in request body None