POST api/Athena/GetPhysicians

Request Information

URI Parameters

None.

Body Parameters

AthenaProviderRequestDTO
NameDescriptionTypeAdditional information
PracticeId

integer

None.

ProviderType

string

None.

Name

string

None.

ShowAllProviderIds

boolean

None.

ShowUsualDepartmentGuessThreshold

string

None.

Limit

string

None.

Offset

string

None.

Request Formats

application/json, text/json

Sample:
{
  "practiceId": 1,
  "providerType": "sample string 2",
  "name": "sample string 3",
  "showAllProviderIds": true,
  "showUsualDepartmentGuessThreshold": "sample string 5",
  "limit": "sample string 6",
  "offset": "sample string 7"
}

application/xml, text/xml

Sample:
<AthenaProviderRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <Limit>sample string 6</Limit>
  <Name>sample string 3</Name>
  <Offset>sample string 7</Offset>
  <PracticeId>1</PracticeId>
  <ProviderType>sample string 2</ProviderType>
  <ShowAllProviderIds>true</ShowAllProviderIds>
  <ShowUsualDepartmentGuessThreshold>sample string 5</ShowUsualDepartmentGuessThreshold>
</AthenaProviderRequestDTO>

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.