POST api/Athena/HPIFindingsUpdate
Request Information
URI Parameters
None.
Body Parameters
AthenaWriteBackUpdateAPIRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Practiceid | integer |
None. |
|
| Encounterid | integer |
None. |
|
| ContentType | string |
None. |
|
| Hpi | Collection of Object |
None. |
|
| Hpitoros | boolean |
None. |
|
| Sectionnote | string |
None. |
|
| Templatedata | Collection of Object |
None. |
|
| Replacesectionnote | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"practiceid": 1,
"encounterid": 2,
"contentType": "sample string 3",
"hpi": [
{},
{}
],
"hpitoros": true,
"sectionnote": "sample string 5",
"templatedata": [
{},
{}
],
"replacesectionnote": true
}
application/xml, text/xml
Sample:
<AthenaWriteBackUpdateAPIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
<ContentType>sample string 3</ContentType>
<Encounterid>2</Encounterid>
<Hpi xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Hpi>
<Hpitoros>true</Hpitoros>
<Practiceid>1</Practiceid>
<Replacesectionnote>true</Replacesectionnote>
<Sectionnote>sample string 5</Sectionnote>
<Templatedata xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Templatedata>
</AthenaWriteBackUpdateAPIRequest>
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. |