An individual’s basic contact information.
Property | Type | Required | Description |
---|---|---|---|
name | string | true | Individual's full name. |
phone | string | true | Phone. Format: +1 214-234-2232 |
string | false | Email address. | |
customerId | string | false | Id assigned to the customer. |
notifySms | boolean | false | Flag indicating whether the given number should be notified or not. Defaults to true. |
notifyEmail | boolean | false | Flag indicating whether the given email should be notified or not. Defaults to true. |