GET api/Profile/UpdateProfile?role={role}&userId={userId}&name={name}&email={email}&phoneNumber={phoneNumber}&password={password}&notify={notify}&gender={gender}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
role

string

Required

userId

string

Required

name

string

Required

email

string

Required

phoneNumber

string

Required

password

string

Required

notify

boolean

Required

gender

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.