ChangeReservationStayDatesInput: {
    checkInDate: Scalars["Date"]["input"];
    checkOutDate: Scalars["Date"]["input"];
    clientMutationId?: InputMaybe<Scalars["String"]["input"]>;
    id: Scalars["ID"]["input"];
    sendNotification?: InputMaybe<Scalars["Boolean"]["input"]>;
}

Input to change the stay dates of a reservation.

Type declaration

  • checkInDate: Scalars["Date"]["input"]

    New check-in date of the reservation.

  • checkOutDate: Scalars["Date"]["input"]

    New check-out date of the reservation.

  • OptionalclientMutationId?: InputMaybe<Scalars["String"]["input"]>

    Client mutation ID. Optional value that is echoed back in the response.

  • id: Scalars["ID"]["input"]

    ID of the reservation to change.

  • OptionalsendNotification?: InputMaybe<Scalars["Boolean"]["input"]>

    Whether to send a notification upon the change of the reservation dates.