POST api/AdminLogin/GetLogin

AdmGetLogin

Request Information

URI Parameters

None.

Body Parameters

GetLogin
NameDescriptionTypeAdditional information
Phone

string

None.

TempPass

string

None.

APIIP

string

None.

DeviceIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Phone": "sample string 1",
  "TempPass": "sample string 2",
  "APIIP": "sample string 3",
  "DeviceIP": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Login
NameDescriptionTypeAdditional information
Result

string

None.

SessionUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": "sample string 1",
  "SessionUUID": "461b75d9-418d-4bed-b1d8-917ef7a95983",
  "UserUUIDCur": "68276268-57fd-4727-b156-e37c09ae23b7",
  "LanguageID": 2
}