POST api/Athena/SearchDepartment

Request Information

URI Parameters

None.

Body Parameters

AthenaDepartmentRequestDTO
NameDescriptionTypeAdditional information
PracticeId

integer

None.

ProviderList

boolean

None.

ShowAllDepartments

boolean

None.

FullProviderList

boolean

None.

HospitalOnly

string

None.

Limit

string

None.

Offset

string

None.

Request Formats

application/json, text/json

Sample:
{
  "practiceId": 1,
  "providerList": true,
  "showAllDepartments": true,
  "fullProviderList": true,
  "hospitalOnly": "sample string 5",
  "limit": "sample string 6",
  "offset": "sample string 7"
}

application/xml, text/xml

Sample:
<AthenaDepartmentRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <FullProviderList>true</FullProviderList>
  <HospitalOnly>sample string 5</HospitalOnly>
  <Limit>sample string 6</Limit>
  <Offset>sample string 7</Offset>
  <PracticeId>1</PracticeId>
  <ProviderList>true</ProviderList>
  <ShowAllDepartments>true</ShowAllDepartments>
</AthenaDepartmentRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.