ContactInformation
Contact information
-
Name Type Description EmailAddress String Email address PrimaryPhoneNumber PhoneNumber Primary phone number SecondaryPhoneNumber PhoneNumber Secondary phone number
Contact information
Name | Type | Description |
---|---|---|
EmailAddress | String | Email address |
PrimaryPhoneNumber | PhoneNumber | Primary phone number |
SecondaryPhoneNumber | PhoneNumber | Secondary phone number |
{ "EmailAddress": "abc@test.com", "PrimaryPhoneNumber": { "CountryCode": "US", "Number": "1234567890" }, "SecondaryPhoneNumber": { "CountryCode": "IN", "Number": "2134567890" } }