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": "c4b087f8-c394-4343-862a-07c113dc42f6",
"UserUUIDCur": "3eb179d0-51da-469b-8a99-16b5b1d57121",
"LanguageID": 2
}