POST api/Calendar/PatientAppointmentPost
Patient Book Appointment
Request Information
URI Parameters
None.
Body Parameters
AppointmentModel| Name | 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": "8baaaf69-e51c-4683-b8c5-328c7fb72dfb",
"EncounterTypeModeDurationId": "23afb820-f1cd-499f-be69-9d4871dedd11",
"ProviderId": "a2a35519-6b6b-4551-a0de-b65d0668d3e7",
"UserId": "7e8c9f05-e295-482c-802e-ab1463a9f415",
"PatientId": "971f7309-170a-42d4-87bc-d1124ec48065",
"SpecialityId": "6ab37218-5c44-4a64-b69d-6c2c9005617b",
"AppointmentOn": "2026-02-03T21:03:34.4822474-06:00",
"SecondaryAppointmentOn": "2026-02-03T21:03:34.4822474-06:00",
"Reason": "sample string 3",
"Note": "sample string 4",
"ParentId": "d6c27ba1-ef49-45cc-8352-f40f21f3497e",
"ReferredParentId": "cf8c1b22-a9dd-4674-943f-2e2a513a755c",
"PaidAmount": 5.0,
"AccountId": "75f1e193-e6ed-4a68-8719-1619a705e538",
"ServiceId": "4d34970b-d9b2-407a-ab38-bf98d352f051",
"MethodId": 1,
"IsCustomFormFlow": "sample string 7",
"DocIds": "sample string 8",
"Reasons": [
{
"ReasonId": "41f6b1e8-a80f-406b-8f79-1b774e4306a2"
},
{
"ReasonId": "41f6b1e8-a80f-406b-8f79-1b774e4306a2"
}
]
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Schedule
Schedule| Name | 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.