Wrapper class representing a parent reservation and its children
Definition
global with sharing class ReservationCollection {
global Reservation parentReservation
global List<Reservation> childReservations
}
Properties
Reservation parentReservation
Parent reservation
List<Reservation> childReservations
Child reservations
GoMeddo Rest API
In the GoMeddo Rest API, API calls are available that enable interaction with a collection of reservations, including creating, updating, or deleting them. These calls can be found here: https://apidocs.gomeddo.com/#/reservation-collection