POST api/Patient/ModifyHBA1C
Request Information
URI Parameters
None.
Body Parameters
UpdateHBA1CDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | string |
None. |
|
| HBA1C | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientId": "sample string 1",
"HBA1C": "sample string 2"
}
application/xml, text/xml
Sample:
<UpdateHBA1CDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <HBA1C>sample string 2</HBA1C> <patientId>sample string 1</patientId> </UpdateHBA1CDetails>
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. |