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": "11c8ffed-bea1-4648-ad39-139f7a84a03a"
}
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": "03f5545c-bcab-420e-bf00-d7e7ace7ccaa",
"SessionUUID": "1b60c88a-6c25-42d2-b642-5ccc9de45fff"
}