POST System/Notifications/Template
Request Information
URI Parameters
None.
Body Parameters
NotificationMessageTemplateName | Description | Type | Additional information |
---|---|---|---|
ApplicationEvent | string |
None. |
|
Channel | string |
None. |
|
Template | string |
None. |
|
Parameters | Dictionary of string [key] and string [value] |
None. |
|
RecipientAddress | string |
None. |
|
CustomerId | integer |
None. |
|
ProcessId | integer |
None. |
|
AttachmentFileName | string |
None. |
|
Attachment | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "ApplicationEvent": "sample string 1", "Channel": "sample string 2", "Template": "sample string 3", "Parameters": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "RecipientAddress": "sample string 4", "CustomerId": 5, "ProcessId": 6, "AttachmentFileName": "sample string 7", "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.