POST api/user/profile/update
Request Information
URI Parameters
None.
Body Parameters
UpdateUserProfileViewModelName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
State | string |
None. |
|
InternationalStateName | string |
None. |
|
Country | string |
None. |
|
ProfileImageSrc | string |
None. |
|
ImageName | string |
None. |
|
ImageExtension | string |
None. |
|
Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "State": "sample string 2", "InternationalStateName": "sample string 3", "Country": "sample string 4", "ProfileImageSrc": "sample string 5", "ImageName": "sample string 6", "ImageExtension": "sample string 7", "Username": "sample string 8" }
text/html
Sample:
{"Email":"sample string 1","State":"sample string 2","InternationalStateName":"sample string 3","Country":"sample string 4","ProfileImageSrc":"sample string 5","ImageName":"sample string 6","ImageExtension":"sample string 7","Username":"sample string 8"}
application/xml, text/xml
Sample:
<UpdateUserProfileViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingersBabel.BAL.ViewModel"> <Country>sample string 4</Country> <Email>sample string 1</Email> <ImageExtension>sample string 7</ImageExtension> <ImageName>sample string 6</ImageName> <InternationalStateName>sample string 3</InternationalStateName> <ProfileImageSrc>sample string 5</ProfileImageSrc> <State>sample string 2</State> <Username>sample string 8</Username> </UpdateUserProfileViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.