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": "7e1ad29e-9b20-4ebf-95f2-f05f347171a8",
"UserUUIDCur": "8d9a4635-6445-4c84-b1e4-e7d25630a2db",
"LanguageID": 2
}