POST api/CernerMillennium/GetPhysicians
Request Information
URI Parameters
None.
Body Parameters
CernerMillenniumProviderRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
|
| id | Collection of string |
None. |
|
| active | boolean |
None. |
|
| family | string |
None. |
|
| given | string |
None. |
|
| identifier | string |
None. |
|
| name | string |
None. |
|
| ProviderReference | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"count": 1,
"id": [
"sample string 1",
"sample string 2"
],
"active": true,
"family": "sample string 3",
"given": "sample string 4",
"identifier": "sample string 5",
"name": "sample string 6",
"providerReference": "sample string 7"
}
application/xml, text/xml
Sample:
<CernerMillenniumProviderRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
<Active>true</Active>
<Count>1</Count>
<Family>sample string 3</Family>
<Given>sample string 4</Given>
<Id xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Id>
<Identifier>sample string 5</Identifier>
<Name>sample string 6</Name>
<ProviderReference>sample string 7</ProviderReference>
</CernerMillenniumProviderRequestDto>
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. |