POST api/AppSaveUserFirstLogin/SaveUserFirstLogin
AppSaveUserFirstLogin
Request Information
URI Parameters
None.
Body Parameters
SaveUserFirstLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
|
| PIN | string |
None. |
|
| HashKey | string |
None. |
|
| DeviceID | string |
None. |
|
| APIIP | string |
None. |
|
| CountryID | integer |
None. |
|
| DeviceIP | string |
None. |
|
| FBToken | string |
None. |
|
| URL | string |
None. |
|
| GKey | string |
None. |
|
| FBKey | string |
None. |
|
| GData | string |
None. |
|
| FBData | string |
None. |
|
| SessionUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"PIN": "sample string 2",
"HashKey": "sample string 3",
"DeviceID": "sample string 4",
"APIIP": "sample string 5",
"CountryID": 1,
"DeviceIP": "sample string 6",
"FBToken": "sample string 7",
"URL": "sample string 8",
"GKey": "sample string 9",
"FBKey": "sample string 10",
"GData": "sample string 11",
"FBData": "sample string 12",
"SessionUUID": "c05203d7-f85a-4178-b382-2e81e447a89d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveUserFirstLogin_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| SessionUUID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserUUID": "eb8d8638-f0ca-4102-a9f7-97e161f3ce35",
"SessionUUID": "9a6cef0a-b8b4-46a5-b5f4-df2d4715f56f"
}