ContactPreferencesDto
Contact preferences for a client
Properties
| Name | Type | Description |
|---|---|---|
| post | boolean | Whether the client can be contacted by post |
Whether the client can be contacted by post | ||
| telephone | boolean | Whether the client can be contacted by telephone |
Whether the client can be contacted by telephone | ||
| boolean | Whether the client can be contacted by email | |
Whether the client can be contacted by email | ||
| sms | boolean | Whether the client can be contacted by SMS |
Whether the client can be contacted by SMS | ||
JSON Example
{
"post": false,
"telephone": false,
"email": false,
"sms": false
}