POST api/Users/UpdateUserProfile
Request Information
URI Parameters
None.
Body Parameters
ProfileUpdateViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AppToken | string |
None. |
|
| GenderId | integer |
None. |
|
| ImagePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"AppToken": "sample string 2",
"GenderId": 3,
"ImagePath": "sample string 4"
}
application/xml, text/xml
Sample:
<ProfileUpdateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.ViewModels"> <AppToken>sample string 2</AppToken> <GenderId>3</GenderId> <ImagePath>sample string 4</ImagePath> <Name>sample string 1</Name> </ProfileUpdateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |