POST api/Calendar/PatientAppointmentPost
Patient Book Appointment
Request Information
URI Parameters
None.
Body Parameters
AppointmentModelName | Description | Type | Additional information |
---|---|---|---|
EncounterTypeId | globally unique identifier |
None. |
|
EncounterTypeModeDurationId | globally unique identifier |
None. |
|
ProviderId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
Required |
|
PatientId | globally unique identifier |
None. |
|
SpecialityId | globally unique identifier |
None. |
|
AppointmentOn | date |
Required |
|
SecondaryAppointmentOn | date |
None. |
|
Reason | string |
Required String length: inclusive between 0 and 250 |
|
Note | string |
String length: inclusive between 0 and 1000 |
|
ParentId | globally unique identifier |
None. |
|
ReferredParentId | globally unique identifier |
None. |
|
PaidAmount | decimal number |
None. |
|
AccountId | globally unique identifier |
Required |
|
ServiceId | globally unique identifier |
None. |
|
MethodId | integer |
None. |
|
IsCustomFormFlow | string |
None. |
|
DocIds | string |
None. |
|
Reasons | Collection of Reasons |
None. |
Request Formats
application/json, text/json
{ "EncounterTypeId": "74c8a1cb-b08b-4a21-87e7-5a4aeb4c9d2a", "EncounterTypeModeDurationId": "0822f211-632f-4034-9f86-1231cd515514", "ProviderId": "69175ab6-a316-4257-b07f-c583469bc34e", "UserId": "f250df69-34c4-4923-8436-5b26c42fee46", "PatientId": "c8d12d1b-1b5a-4bac-9d0c-86dd13614b97", "SpecialityId": "cb60d545-db5e-4359-a133-554b8b6edd0b", "AppointmentOn": "2025-07-03T13:19:22.5053461-05:00", "SecondaryAppointmentOn": "2025-07-03T13:19:22.5053461-05:00", "Reason": "sample string 3", "Note": "sample string 4", "ParentId": "e3362a4b-da46-4eae-8f80-94c1f55cc232", "ReferredParentId": "9872595a-c60d-4c6a-b772-eabd2dab12ca", "PaidAmount": 5.0, "AccountId": "b215bb0c-082f-43fa-8bdd-36515a34ae03", "ServiceId": "dacea7f1-a4a4-4736-88a0-90f62434b24a", "MethodId": 1, "IsCustomFormFlow": "sample string 7", "DocIds": "sample string 8", "Reasons": [ { "ReasonId": "28560437-6a1a-46d0-9461-c45355f77ec2" }, { "ReasonId": "28560437-6a1a-46d0-9461-c45355f77ec2" } ] }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Schedule
ScheduleName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
FacilityId | globally unique identifier |
None. |
|
ResourceID | globally unique identifier |
None. |
|
AppointmentTypeId | globally unique identifier |
None. |
|
PreferredPharmacyId | globally unique identifier |
None. |
|
EncounterTypeModeDurationId | globally unique identifier |
None. |
|
ServiceId | globally unique identifier |
None. |
|
FromUserType | character |
None. |
|
FromUserID | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
Title | string |
None. |
|
Reason | string |
None. |
|
CancelReason | string |
None. |
|
Type | string |
None. |
|
AppointmentOn | date |
None. |
|
SecondaryAppointmentOn | date |
None. |
|
FromDate | date |
None. |
|
Duration | integer |
None. |
|
Note | string |
None. |
|
ToDate | date |
None. |
|
StatusId | integer |
None. |
|
AppointmentCount | integer |
None. |
|
EncounterTypeModeId | integer |
None. |
|
RoomNo | string |
None. |
|
Option | string |
None. |
|
CallType | string |
None. |
|
CallRefId | string |
None. |
|
GuardianName | string |
None. |
|
Location | string |
None. |
|
SpecialityId | globally unique identifier |
None. |
|
ParentScheduleId | globally unique identifier |
None. |
|
DoctorId | globally unique identifier |
None. |
|
PaidDate | date |
None. |
|
AppointmentOnUTC | date |
None. |
|
SecondaryAppointmentOnUTC | date |
None. |
|
PaidAmount | decimal number |
None. |
|
AccountId | globally unique identifier |
None. |
|
GuardianId | globally unique identifier |
None. |
|
PatientReferralId | globally unique identifier |
None. |
|
ParentId | globally unique identifier |
None. |
|
PatientId | globally unique identifier |
None. |
|
IsGuardian | integer |
None. |
|
AppointmentModeId | integer |
None. |
|
ReferenceId | string |
None. |
|
VisitMode | string |
None. |
|
VisitCode | string |
None. |
|
Doctor | string |
None. |
|
MethodId | integer |
None. |
|
PayConceptId | integer |
None. |
|
PayMethodId | integer |
None. |
|
DocIds | Collection of string |
None. |
|
ReasonId | string |
None. |
|
DocId | string |
None. |
|
DoctorTimeZone | string |
None. |
|
PatientTimeZone | string |
None. |
|
PatientHummyurl | string |
None. |
|
DoctorOffset | integer |
None. |
|
PatientOffset | integer |
None. |
|
EncounterId | globally unique identifier |
None. |
|
DoctorZoneDate | string |
None. |
|
PrimaryPatient | string |
None. |
|
SessionId | string |
None. |
|
OldAppointmentOn | date |
None. |
|
OldAppointmentOnUTC | date |
None. |
|
OldSecondaryAppointmentOnUTC | date |
None. |
|
PortalType | string |
None. |
|
UserOffset | integer |
None. |
|
EncounterNo | string |
None. |
|
StatusName | string |
None. |
|
InsuranceName | string |
None. |
|
InsuranceId | globally unique identifier |
None. |
|
EncounterTypeId | globally unique identifier |
None. |
|
Patient | Patient |
None. |
|
EncounterType | EncounterType |
None. |
|
Resource | Resource |
None. |
|
Status | Status |
None. |
|
Facility | Facility |
None. |
|
Encounter | Encounter |
None. |
|
Member | Member |
None. |
|
Notification | Notification |
None. |
|
Speciality | Speciality |
None. |
|
ScheduleDetails | Collection of ScheduleDetail |
None. |
|
Members | Collection of Member |
None. |
|
customFormModel | Collection of CustomFormModel |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
ModifiedOn | date |
None. |
|
Modified | Member |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.