POST api/AppPersonal/AppSaveUserChangePhoneNumber

AppSaveUserChangePhoneNumber

Request Information

URI Parameters

None.

Body Parameters

AppSaveUserChangePhoneNumber
NameDescriptionTypeAdditional information
Phone

string

None.

PIN

string

None.

UserUUIDCur

globally unique identifier

None.

CurrentSessionKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Phone": "sample string 1",
  "PIN": "sample string 2",
  "UserUUIDCur": "8b13613f-d932-4cdf-8c99-ccf2f82501fc",
  "CurrentSessionKey": "53e7cfc5-282c-48f5-8fe1-0eb1f7607bbb"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveUserChangePhoneNumber_Response
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

CurrentSessionKey

globally unique identifier

None.

CountryID

integer

None.

Phone

string

None.

UserUUIDChange

date

None.

EntryTimeChange

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "UserUUID": "209f5e93-1276-428d-a4d4-c50104ee6a73",
  "CurrentSessionKey": "6fea3dff-2ac5-46dc-a2cc-cbffa9feb792",
  "CountryID": 1,
  "Phone": "sample string 2",
  "UserUUIDChange": "2025-04-19T06:01:19.0262585+03:00",
  "EntryTimeChange": "2025-04-19T06:01:19.0262585+03:00",
  "UserUUIDCur": "56e4fd80-0668-43af-8a97-5dde96f73df2"
}