POST api/AdminLogin/GetLogin
AdmGetLogin
Request Information
URI Parameters
None.
Body Parameters
GetLogin| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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": "293cda7b-999f-45ff-8c91-d9ffa0d652a2",
"UserUUIDCur": "2dd5277d-2f2b-41c3-bec3-25b2b16096f4",
"LanguageID": 2
}