Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

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

On this page

  • No labels