POST api/Ellkay/GetAllEllkayPhysicianIds

Request Information

URI Parameters

None.

Body Parameters

PatientAppoitnmentDTO
NameDescriptionTypeAdditional information
PatientId

integer

None.

FirstName

string

Required

LastName

string

None.

MRN

string

None.

VisitType

integer

None.

Age

integer

None.

Gender

string

None.

ReasonOfVisit

string

None.

UserId

string

None.

ProviderId

integer

Required

AppointmentStartDate

date

Required

AppointmentEndDate

date

Required

DateOfService

date

None.

IsCancelled

boolean

None.

IsActive

boolean

None.

CancelReason

string

None.

TimezoneId

integer

None.

TZCode

string

None.

TimeZoneDescription

string

None.

AppointmentType

string

None.

AppointmentTypeId

integer

None.

ZoomMeetingId

integer

None.

IsStat

boolean

None.

StatTime

integer

None.

IsMRNUpdated

boolean

None.

ProviderEMRs

string

None.

EMRPatientId

string

None.

PreHistoryData

string

None.

PreChartSummary

string

None.

ReferralRecommendations

string

None.

VisitSummary

string

None.

IsPreHistoryRefreshed

boolean

None.

EMRMasterCode

string

None.

ProviderEMRHistoryCode

string

None.

IsAppointmentEMREnabled

boolean

None.

ProviderReference

string

None.

Type

string

None.

UploadAppointmentId

integer

None.

SectionTypeCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "patientId": 1,
  "firstName": "sample string 2",
  "lastName": "sample string 3",
  "mrn": "sample string 4",
  "visitType": 1,
  "age": 1,
  "gender": "sample string 5",
  "reasonOfVisit": "sample string 6",
  "userId": "sample string 7",
  "providerId": 8,
  "appointmentStartDate": "2025-12-12T17:23:59.475368+05:30",
  "appointmentEndDate": "2025-12-12T17:23:59.475368+05:30",
  "dateOfService": "2025-12-12T17:23:59.475368+05:30",
  "isCancelled": true,
  "isActive": true,
  "cancelReason": "sample string 12",
  "timezoneId": 13,
  "tzCode": "sample string 14",
  "timeZoneDescription": "sample string 15",
  "appointmentType": "sample string 16",
  "appointmentTypeId": 17,
  "zoomMeetingId": 18,
  "isStat": true,
  "statTime": 20,
  "isMRNUpdated": true,
  "providerEMRs": "sample string 22",
  "emrPatientId": "sample string 23",
  "preHistoryData": "sample string 24",
  "preChartSummary": "sample string 25",
  "referralRecommendations": "sample string 26",
  "visitSummary": "sample string 27",
  "isPreHistoryRefreshed": true,
  "emrMasterCode": "sample string 29",
  "providerEMRHistoryCode": "sample string 30",
  "isAppointmentEMREnabled": true,
  "providerReference": "sample string 32",
  "type": "sample string 33",
  "uploadAppointmentId": 1,
  "sectionTypeCode": "sample string 34"
}

application/xml, text/xml

Sample:
<PatientAppoitnmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <Age>1</Age>
  <AppointmentEndDate>2025-12-12T17:23:59.475368+05:30</AppointmentEndDate>
  <AppointmentStartDate>2025-12-12T17:23:59.475368+05:30</AppointmentStartDate>
  <AppointmentType>sample string 16</AppointmentType>
  <AppointmentTypeId>17</AppointmentTypeId>
  <CancelReason>sample string 12</CancelReason>
  <DateOfService>2025-12-12T17:23:59.475368+05:30</DateOfService>
  <EMRMasterCode>sample string 29</EMRMasterCode>
  <EMRPatientId>sample string 23</EMRPatientId>
  <FirstName>sample string 2</FirstName>
  <Gender>sample string 5</Gender>
  <IsActive>true</IsActive>
  <IsAppointmentEMREnabled>true</IsAppointmentEMREnabled>
  <IsCancelled>true</IsCancelled>
  <IsMRNUpdated>true</IsMRNUpdated>
  <IsPreHistoryRefreshed>true</IsPreHistoryRefreshed>
  <IsStat>true</IsStat>
  <LastName>sample string 3</LastName>
  <MRN>sample string 4</MRN>
  <PatientId>1</PatientId>
  <PreChartSummary>sample string 25</PreChartSummary>
  <PreHistoryData>sample string 24</PreHistoryData>
  <ProviderEMRHistoryCode>sample string 30</ProviderEMRHistoryCode>
  <ProviderEMRs>sample string 22</ProviderEMRs>
  <ProviderId>8</ProviderId>
  <ProviderReference>sample string 32</ProviderReference>
  <ReasonOfVisit>sample string 6</ReasonOfVisit>
  <ReferralRecommendations>sample string 26</ReferralRecommendations>
  <SectionTypeCode>sample string 34</SectionTypeCode>
  <StatTime>20</StatTime>
  <TZCode>sample string 14</TZCode>
  <TimeZoneDescription>sample string 15</TimeZoneDescription>
  <TimezoneId>13</TimezoneId>
  <Type>sample string 33</Type>
  <UploadAppointmentId>1</UploadAppointmentId>
  <UserId>sample string 7</UserId>
  <VisitSummary>sample string 27</VisitSummary>
  <VisitType>1</VisitType>
  <ZoomMeetingId>18</ZoomMeetingId>
</PatientAppoitnmentDTO>

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.