POST ai_helper/sendnotification

Request Information

URI Parameters

None.

Body Parameters

AIHelperSendNotification
NameDescriptionTypeAdditional information
AgentID

string

None.

UserID

string

None.

Title

string

None.

Message

string

None.

Url

string

None.

NotificationPriority

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentID": "sample string 1",
  "UserID": "sample string 2",
  "Title": "sample string 3",
  "Message": "sample string 4",
  "Url": "sample string 5",
  "NotificationPriority": 6
}

application/xml, text/xml

Sample:
<AIHelperSendNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Models.AIHelper">
  <AgentID>sample string 1</AgentID>
  <Message>sample string 4</Message>
  <NotificationPriority>6</NotificationPriority>
  <Title>sample string 3</Title>
  <Url>sample string 5</Url>
  <UserID>sample string 2</UserID>
</AIHelperSendNotification>

multipart/form-data

Sample:
<AIHelperSendNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Models.AIHelper"><AgentID>sample string 1</AgentID><Message>sample string 4</Message><NotificationPriority>6</NotificationPriority><Title>sample string 3</Title><Url>sample string 5</Url><UserID>sample string 2</UserID></AIHelperSendNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.