POST Token
Request Information
URI Parameters
None.
Body Parameters
LoginDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| grant_type | string |
None. |
|
| clientid | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| appkey | string |
None. |
|
| appname | string |
None. |
|
| push_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"grant_type": "sample string 1",
"clientid": "sample string 2",
"username": "sample string 3",
"password": "sample string 4",
"appkey": "sample string 5",
"appname": "sample string 6",
"push_id": "sample string 7"
}
text/Xml
Sample:
{"grant_type":"sample string 1","clientid":"sample string 2","username":"sample string 3","password":"sample string 4","appkey":"sample string 5","appname":"sample string 6","push_id":"sample string 7"}
application/xml
Sample:
<LoginDTO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <grant_type>sample string 1</grant_type> <clientid>sample string 2</clientid> <username>sample string 3</username> <password>sample string 4</password> <appkey>sample string 5</appkey> <appname>sample string 6</appname> <push_id>sample string 7</push_id> </LoginDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/Xml
Sample:
Sample not available.