Contract to add or update a message template
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemSubmitMessageTemplateRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitMessageTemplateRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitMessageTemplateRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
ExpirationOffsetDays | (Required)
Number of days to offset expiration date
| |
ExpirationOffsetFrom | (Required)
The date the expiration is offset from
| |
FrenchMessageBody | (Required)
Body of the message in French
| |
FrenchMessageSubject | (Required)
Subject of the message in French
| |
FrenchNotificationBody | (Required)
Body of the notification body
| |
IsActive | (Required)
Whether the template is active
| |
MessageBody | (Required)
Body of the message
| |
MessageSubject | (Required)
Subject of the message
| |
MessageTemplateId | (Required)
Id of the message template
| |
NotificationBody | (Required)
Body of the notification body in French
| |
PASICoreVersion | (Required)
Version of the message template
|
See Also