POST System/Notifications/Profile

Request Information

URI Parameters

None.

Body Parameters

NotificationMessageProfile
NameDescriptionTypeAdditional information
ApplicationEvent

string

None.

ServiceProfile

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",
  "ServiceProfile": "sample string 2",
  "Parameters": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "RecipientAddress": "sample string 3",
  "CustomerId": 4,
  "ProcessId": 5,
  "AttachmentFileName": "sample string 6",
  "Attachment": "QEA="
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.