API Docs / Schemas / ContactPreferencesDto

ContactPreferencesDto

Contact preferences for a client

Properties

Name Type Description
postboolean

Whether the client can be contacted by post

Whether the client can be contacted by post

telephoneboolean

Whether the client can be contacted by telephone

Whether the client can be contacted by telephone

emailboolean

Whether the client can be contacted by email

Whether the client can be contacted by email

smsboolean

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
}

Contained in Schemas