GET api/Calendar/BookingConfirm_v1?id={id}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

accountId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

BookingConfirmModel
NameDescriptionTypeAdditional 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": "2024-07-05T15:40:55.3115097-05:00",
  "SecondaryAppointmentOn": "2024-07-05T15:40:55.3115097-05:00",
  "RescheduleRefId": "f99bc1bd-ae4b-4ead-ad2b-3b903765b5d2"
}