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": "4833c42d-95a8-4101-92b7-15f92e7d8360"
}
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": "fa8e4c63-4c3d-433b-b96a-9fb73beafef6",
"SessionUUID": "b688f72f-2781-47a4-828d-fe80d2728dfd"
}