Reservation object reduces the capacity of a resource.

Reservation

interface ServicesApiModelReservation {
    availability: ServicesApiModelAvailabilityRecord;
    reservationId?: string;
    type:
        | ServicesApiModelReservationTypeEnum
        | "APPOINTMENT"
        | "TRAVEL"
        | "VACATION"
        | "BREAK"
        | "TRAINING";
}

Properties

Reservation

reservationId?: string

Unique identifier for a reservation. If present, it is treated as an update reservation request and will update the corresponding reservation. Otherwise, it is treated as a new create reservation request.

Reservation

type:
    | ServicesApiModelReservationTypeEnum
    | "APPOINTMENT"
    | "TRAVEL"
    | "VACATION"
    | "BREAK"
    | "TRAINING"

Type of reservation.

Reservation

MMNEPVFCICPMFPCPTTAAATR