POST StopLightProtocol/UpdateHolteLabNotes
Request Information
URI Parameters
None.
Body Parameters
UpdateHolterLabNotesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Id | integer |
None. |
|
| HierarchyLevel | string |
None. |
|
| LabNotes | string |
None. |
|
| PhysicianId | integer |
None. |
|
| FacilityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"id": 2,
"hierarchyLevel": "sample string 3",
"labNotes": "sample string 4",
"physicianId": 5,
"facilityId": 6
}
application/xml, text/xml
Sample:
<UpdateHolterLabNotesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO"> <FacilityId>6</FacilityId> <HierarchyLevel>sample string 3</HierarchyLevel> <Id>2</Id> <LabNotes>sample string 4</LabNotes> <PhysicianId>5</PhysicianId> <UserId>1</UserId> </UpdateHolterLabNotesRequest>
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. |