Name | Description | Type | Additional information |
---|---|---|---|
ClientEventSubscriptionId |
Gets or sets the identifier of the event subscription. |
integer |
None. |
ClientId |
Gets or sets the event subscription's client identifier. |
integer |
None. |
EventTypeId |
Gets or sets the event type of the subscription. |
integer |
None. |
EventType |
Gets or sets the event subscription's event type. |
string |
None. |
EmailNotification |
Gets or sets a value indicating whether the client wants to receive notification emails. |
boolean |
Required |
FromEmailAddress |
Gets or sets the from address for the notification email. |
string |
Data type: EmailAddress Matching regular expression pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]+ Max length: 256 |
FromEmailName |
Gets or sets the name of the from address for the notification email. |
string |
Max length: 256 |
ReplyToEmailAddress |
Gets or sets the reply to address for the notification email. |
string |
Data type: EmailAddress Matching regular expression pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]+ Max length: 256 |
EmailSubject |
Gets or sets the subject of the notification email. |
string |
Max length: 256 |
EmailTemplate |
Gets or sets the email template that will be used for the body of the notification email. |
string |
None. |
EmailRecipientDescription |
Gets or sets the list of email recipient types for this event. |
string |
None. |
PushNotification |
Gets or sets a value indicating whether the client wants to receive push notifications. |
boolean |
Required |
PushNotificationUrl |
Gets or sets the URL endpoint to send the push notification for the event. |
string |
Data type: Url Max length: 512 |
CCEmailAddress |
Gets or sets the string of comma- or semicolon-separated CC email addresses. |
string |
Matching regular expression pattern: ^(?:(?:(?!^)\s*[,;]\s*)?[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]+)+$ |
UpdatedBy |
Gets or sets the name of the user that updated the model. |
string |
None. |
UpdatedDate |
Gets or sets the date an time that the model was updated. |
date |
None. |