GET api/Calendar/BookingConfirm?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BookingConfirmModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AppointmentDate | string |
None. |
|
| ReferenceNo | string |
None. |
|
| StatusId | string |
None. |
|
| ScheduleDate | date |
None. |
|
| SecondaryAppointmentOn | date |
None. |
|
| RescheduleRefId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"AppointmentDate": "sample string 2",
"ReferenceNo": "sample string 3",
"StatusId": "sample string 4",
"ScheduleDate": "2025-12-15T10:18:19.7389522-06:00",
"SecondaryAppointmentOn": "2025-12-15T10:18:19.7389522-06:00",
"RescheduleRefId": "ca0086b9-9298-49b9-b141-78af36cdf314"
}