Skip to content

ContactMethod

Enum sealedpublic
Specifies the preferred communication channel for contacting a customer.
Namespace SampleApi
Assembly SampleApi
Package v1.0.0.0
public sealed enum ContactMethod
This enumeration is used by the notification subsystem to select the appropriate delivery mechanism. It is stored as its integer value in the database and serialised as a string in JSON responses.
NameValueDescription
Email0Contact via email. This is the default channel.
Phone1Contact via a voice phone call.
Sms2Contact via short message service (SMS / text message).
Mail3Contact via physical postal mail.