POST api/finger/SendMessageDirect
Request Information
URI Parameters
None.
Body Parameters
LogintoNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| adminMessage | string |
None. |
|
| title | string |
None. |
|
| message | string |
None. |
|
| lastLogin | string |
None. |
|
| Sid | string |
None. |
|
| type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"adminMessage": "sample string 2",
"title": "sample string 3",
"message": "sample string 4",
"lastLogin": "sample string 5",
"Sid": "sample string 6",
"type": 7
}
application/xml, text/xml
Sample:
<LogintoNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TubelessServices.Models.Loginto"> <Sid>sample string 6</Sid> <adminMessage>sample string 2</adminMessage> <lastLogin>sample string 5</lastLogin> <message>sample string 4</message> <title>sample string 3</title> <token>sample string 1</token> <type>7</type> </LogintoNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>