POST api/user/UpdateProfile
Request Information
URI Parameters
None.
Body Parameters
UpdateProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Name | string |
None. |
|
| MobileNumber | string |
None. |
|
| Address | string |
None. |
|
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Name": "sample string 2",
"MobileNumber": "sample string 3",
"Address": "sample string 4",
"Phone": "sample string 5"
}
application/xml, text/xml
Sample:
<UpdateProfileDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MayaserSolutions.Application"> <Address>sample string 4</Address> <Email>sample string 1</Email> <MobileNumber>sample string 3</MobileNumber> <Name>sample string 2</Name> <Phone>sample string 5</Phone> </UpdateProfileDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.