POST api/Account/UpdateUserProfile
Request Information
URI Parameters
None.
Body Parameters
UpdateProfileBidingModelName | Description | Type | Additional information |
---|---|---|---|
DOB | string |
None. |
|
IdentityNo | string |
None. |
|
PhoneNumber | string |
None. |
|
Country | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DOB": "sample string 1", "IdentityNo": "sample string 2", "PhoneNumber": "sample string 3", "Country": "sample string 4" }
application/xml, text/xml
Sample:
<UpdateProfileBidingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.ClientPropertyManagement.API.Models"> <Country>sample string 4</Country> <DOB>sample string 1</DOB> <IdentityNo>sample string 2</IdentityNo> <PhoneNumber>sample string 3</PhoneNumber> </UpdateProfileBidingModel>
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.