POST System/Notifications/Custom
Request Information
URI Parameters
None.
Body Parameters
NotificationMessageCustom| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationEvent | string |
None. |
|
| Channel | string |
None. |
|
| RecipientAddress | string |
None. |
|
| Subject | string |
None. |
|
| Body | string |
None. |
|
| CustomerId | integer |
None. |
|
| ProcessId | integer |
None. |
|
| AddICSAttachment | boolean |
None. |
|
| AttachmentFileName | string |
None. |
|
| Attachment | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationEvent": "sample string 1",
"Channel": "sample string 2",
"RecipientAddress": "sample string 3",
"Subject": "sample string 4",
"Body": "sample string 5",
"CustomerId": 6,
"ProcessId": 7,
"AddICSAttachment": true,
"AttachmentFileName": "sample string 9",
"Attachment": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.