POST api/User/RefreshToken
Request Information
URI Parameters
None.
Body Parameters
RefreshTokenObj| Name | Description | Type | Additional information |
|---|---|---|---|
| Mobile | string |
None. |
|
| Lang | integer |
None. |
|
| Password | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile": "sample string 1",
"Lang": 1,
"Password": "sample string 2",
"Type": 3
}
application/xml, text/xml
Sample:
<RefreshTokenObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Lang>1</Lang> <Mobile>sample string 1</Mobile> <Password>sample string 2</Password> <Type>3</Type> </RefreshTokenObj>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.