POST api/Mobile/ModifyPatentProfile
Request Information
URI Parameters
None.
Body Parameters
UserProfileDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | string |
None. |
|
| height | string |
None. |
|
| heightUnit | string |
None. |
|
| weight | string |
None. |
|
| weightUnit | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientId": "sample string 1",
"height": "sample string 2",
"heightUnit": "sample string 3",
"weight": "sample string 4",
"weightUnit": "sample string 5"
}
application/xml, text/xml
Sample:
<UserProfileDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <height>sample string 2</height> <heightUnit>sample string 3</heightUnit> <patientId>sample string 1</patientId> <weight>sample string 4</weight> <weightUnit>sample string 5</weightUnit> </UserProfileDetails>
application/x-www-form-urlencoded
Sample:
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. |