GET api/Calendar/BookingConfirm_v1?id={id}&accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
BookingConfirmModelName | 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-04-03T19:18:30.5192691-05:00", "SecondaryAppointmentOn": "2025-04-03T19:18:30.5192691-05:00", "RescheduleRefId": "7bc0b54d-c537-439f-8e8d-c83e6699f3b9" }