POST api/IdealPartner/SendNotifications
Request Information
URI Parameters
None.
Body Parameters
clsNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId | string |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| ImageUrl | string |
None. |
|
| Link | string |
None. |
|
| UserType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"deviceId": "sample string 1",
"Title": "sample string 2",
"Message": "sample string 3",
"ImageUrl": "sample string 4",
"Link": "sample string 5",
"UserType": 6
}
application/xml, text/xml
Sample:
<clsNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <ImageUrl>sample string 4</ImageUrl> <Link>sample string 5</Link> <Message>sample string 3</Message> <Title>sample string 2</Title> <UserType>6</UserType> <deviceId>sample string 1</deviceId> </clsNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>