POST api/AppPersonal/AppSavePhoneValidate

AppSavePhoneValidate

Request Information

URI Parameters

None.

Body Parameters

AppSavePhoneValidate_Request
NameDescriptionTypeAdditional 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": "1faf0d85-c14b-4b9c-9ff4-ccce5477e1cf"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSavePhoneValidate_Response
NameDescriptionTypeAdditional information
Phone

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Phone": "sample string 1",
  "UserUUIDCur": "f3cab20e-3b63-4ea2-a39b-e2d973428af0"
}