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": "beb5d3b0-58e1-438e-bc2d-a9cdf41024bc"
}
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": "c9495133-1683-4ff5-b2c0-c0acee0096bf",
"SessionUUID": "36d089c0-4dfc-4d55-9098-fd8140c99243"
}