Availability information as per the service context queried.

AppointmentSlotReport

interface ServicesApiModelAppointmentSlotReport {
    appointmentSlots?: ServicesApiModelAppointmentSlot[];
    endTime?: string;
    schedulingType?:
        | ServicesApiModelAppointmentSlotReportSchedulingTypeEnum
        | "REAL_TIME_SCHEDULING"
        | "NON_REAL_TIME_SCHEDULING";
    startTime?: string;
}

Properties

appointmentSlots?: ServicesApiModelAppointmentSlot[]

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

AppointmentSlotReport

endTime?: string

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

AppointmentSlotReport

schedulingType?:
    | ServicesApiModelAppointmentSlotReportSchedulingTypeEnum
    | "REAL_TIME_SCHEDULING"
    | "NON_REAL_TIME_SCHEDULING"

Defines the type of slots.

AppointmentSlotReport

startTime?: string

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

AppointmentSlotReport

MMNEPVFCICPMFPCPTTAAATR