POST api/Patient/AddWeightRecord
Request Information
URI Parameters
None.
Body Parameters
WeightRecordDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | string |
None. |
|
| webRecordId | string |
None. |
|
| Weight | string |
None. |
|
| BMI | string |
None. |
|
| date | string |
None. |
|
| comment | string |
None. |
|
| entryType | string |
None. |
|
| isPanicAlert | boolean |
None. |
|
| mobileLocalId | string |
None. |
|
| quickaction | string |
None. |
|
| lat | string |
None. |
|
| log | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientId": "sample string 1",
"webRecordId": "sample string 2",
"Weight": "sample string 3",
"BMI": "sample string 4",
"date": "sample string 5",
"comment": "sample string 6",
"entryType": "sample string 7",
"isPanicAlert": true,
"mobileLocalId": "sample string 9",
"quickaction": "sample string 10",
"lat": "sample string 11",
"log": "sample string 12"
}
application/xml, text/xml
Sample:
<WeightRecordDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <BMI>sample string 4</BMI> <Weight>sample string 3</Weight> <comment>sample string 6</comment> <date>sample string 5</date> <entryType>sample string 7</entryType> <isPanicAlert>true</isPanicAlert> <lat>sample string 11</lat> <log>sample string 12</log> <mobileLocalId>sample string 9</mobileLocalId> <patientId>sample string 1</patientId> <quickaction>sample string 10</quickaction> <webRecordId>sample string 2</webRecordId> </WeightRecordDetails>
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. |