nylas
    Preparing search index...

    Interface RescheduleBookingParams

    The parameters for the Bookings.reschedule method

    interface RescheduleBookingParams {
        bookingId: string;
        queryParams?: FindBookingQueryParams;
        requestBody: RescheduleBookingRequest;
    }
    Index

    Properties

    bookingId: string

    The id of the Booking to retrieve. Use "primary" to refer to the primary booking associated with grant.

    The query parameters to include in the request

    The values to reschedule the Booking with