POST api/Notification
Request Information
URI Parameters
None.
Body Parameters
NotificationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FromAddress | string |
Required Max length: 256 |
|
ToAddresses | string |
Required |
|
CcAddresses | string |
None. |
|
BccAddresses | string |
None. |
|
Subject | string |
Max length: 997 |
|
Body | string |
None. |
|
Application | string |
Max length: 50 |
|
Notes | string |
None. |
|
SendAfter | date |
None. |
|
PnrLocator | string |
Max length: 6 |
|
ClientId | string |
Required Max length: 32 |
|
DateAdded | date |
None. |
|
DateSent | date |
None. |
|
SmtpServer | string |
None. |
|
LastError | string |
None. |
|
LastAttempt | date |
None. |
|
HtmlBody | string |
None. |
|
Attachments | Collection of NotificationAttachment |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.