POST api/AppPersonal/AppSavePhoneValidate
AppSavePhoneValidate
Request Information
URI Parameters
None.
Body Parameters
AppSavePhoneValidate_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
|
| PIN | string |
None. |
|
| DeviceID | string |
None. |
|
| APIIP | string |
None. |
|
| HashKey | string |
None. |
|
| DeviceIP | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"PIN": "sample string 2",
"DeviceID": "sample string 3",
"APIIP": "sample string 4",
"HashKey": "sample string 5",
"DeviceIP": "sample string 6",
"UserUUIDCur": "8b4db233-91e7-40f9-8b10-bd9cc1e5794d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSavePhoneValidate_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"UserUUIDCur": "b1d45216-9179-4596-b7c1-5d608afd7df3"
}