POST api/Authentication/isAlreadyLogin
Request Information
URI Parameters
None.
Body Parameters
tbl_AlreadyLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersion | integer |
None. |
|
| DeviceID | string |
None. |
|
| AppModel | string |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appVersion": 1,
"deviceID": "sample string 2",
"appModel": "sample string 3",
"token": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |