POST api/Authentication/isAlreadyLogin

Request Information

URI Parameters

None.

Body Parameters

tbl_AlreadyLogin
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tbl_AlreadyLogin'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.