Availability information as per the service context queried.

Export

AppointmentSlotReport

interface AppointmentSlotReport {
    appointmentSlots?: AppointmentSlot[];
    endTime?: string;
    schedulingType?: AppointmentSlotReportSchedulingTypeEnum;
    startTime?: string;
}

Properties

appointmentSlots?: AppointmentSlot[]

A list of time windows along with associated capacity in which the service can be performed.

Memberof

AppointmentSlotReport

endTime?: string

End Time up to which the appointment slots are generated in ISO 8601 format.

Memberof

AppointmentSlotReport

Defines the type of slots.

Memberof

AppointmentSlotReport

startTime?: string

Start Time from which the appointment slots are generated in ISO 8601 format.

Memberof

AppointmentSlotReport