POST api/wapi/updateprofile
Request Information
URI Parameters
None.
Body Parameters
InputModel_updateprofile| Name | Description | Type | Additional information |
|---|---|---|---|
| Mobile | integer |
None. |
|
| gender | integer |
None. |
|
| fname | string |
None. |
|
| lname | string |
None. |
|
| string |
None. |
||
| dateofbirth | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile": 1,
"gender": 2,
"fname": "sample string 3",
"lname": "sample string 4",
"email": "sample string 5",
"dateofbirth": "sample string 6"
}
application/xml, text/xml
Sample:
<InputModel_updateprofile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MallApi.Models"> <Mobile>1</Mobile> <dateofbirth>sample string 6</dateofbirth> <email>sample string 5</email> <fname>sample string 3</fname> <gender>2</gender> <lname>sample string 4</lname> </InputModel_updateprofile>
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. |