POST api/ModMed/GetAppointments
Request Information
URI Parameters
None.
Body Parameters
ModMedAppointmentRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| _count | string |
None. |
|
| _lastUpdated | string |
None. |
|
| AppointmentType | string |
None. |
|
| Date | string |
None. |
|
| Location | string |
None. |
|
| Page | string |
None. |
|
| Patient | integer |
None. |
|
| Practitioner | integer |
None. |
|
| Status | string |
None. |
|
| SupportingInfo | string |
None. |
|
| IsEMRRefresh | boolean |
None. |
|
| NPI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"_count": "sample string 1",
"_lastUpdated": "sample string 2",
"appointmentType": "sample string 3",
"date": "sample string 4",
"location": "sample string 5",
"page": "sample string 6",
"patient": 1,
"practitioner": 1,
"status": "sample string 7",
"supportingInfo": "sample string 8",
"isEMRRefresh": true,
"npi": "sample string 10"
}
application/xml, text/xml
Sample:
<ModMedAppointmentRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO"> <AppointmentType>sample string 3</AppointmentType> <Date>sample string 4</Date> <IsEMRRefresh>true</IsEMRRefresh> <Location>sample string 5</Location> <NPI>sample string 10</NPI> <Page>sample string 6</Page> <Patient>1</Patient> <Practitioner>1</Practitioner> <Status>sample string 7</Status> <SupportingInfo>sample string 8</SupportingInfo> <_count>sample string 1</_count> <_lastUpdated>sample string 2</_lastUpdated> </ModMedAppointmentRequestDTO>
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. |