POST api/EditProfile

Request Information

URI Parameters

None.

Body Parameters

RegisteredUser
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

UserFullName

string

None.

UserName

string

None.

Password

string

None.

Active

integer

None.

Gender

boolean

None.

Age

integer

None.

LangID

integer

None.

Email

string

None.

Downloaded

boolean

None.

IdentityId

string

None.

SeenNotificationsCount

integer

None.

Verified

boolean

None.

CreationDate

date

None.

BirthDate

date

None.

Enabled

boolean

None.

PhoneKey

string

None.

Phone

string

None.

ProfileImage

string

None.

VcodeExpirationDate

date

None.

CountryID

integer

None.

Token

Collection of Object

None.

IsGuest

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "a5b6e674-4c7e-458d-a6fb-63c9486b11fb",
  "UserFullName": "sample string 2",
  "UserName": "sample string 3",
  "Password": "sample string 4",
  "Active": 5,
  "Gender": true,
  "Age": 1,
  "LangID": 6,
  "Email": "sample string 7",
  "Downloaded": true,
  "IdentityId": "sample string 9",
  "SeenNotificationsCount": 10,
  "Verified": true,
  "CreationDate": "2024-11-14T12:40:50.7817953-06:00",
  "BirthDate": "2024-11-14T12:40:50.7817953-06:00",
  "Enabled": true,
  "PhoneKey": "sample string 11",
  "Phone": "sample string 12",
  "ProfileImage": "sample string 13",
  "VcodeExpirationDate": "2024-11-14T12:40:50.7817953-06:00",
  "CountryID": 1,
  "Token": null,
  "IsGuest": true,
  "IsDeleted": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.