Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Excerpt

Wrapper class representing a parent reservation and its children

Definition

Code Block
global with sharing class ReservationCollection {
    global Reservation parentReservation
    global List<Reservation> childReservations
}

Properties

Code Block
Reservation parentReservation

Parent reservation

Code Block
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

Table of Contents