Interface ServicesApiModelCreateReservationRecord

CreateReservationRecord entity contains the Reservation if there is an error/warning while performing the requested operation on it, otherwise it will contain the new reservationId.

CreateReservationRecord

interface ServicesApiModelCreateReservationRecord {
    errors?: Error[];
    reservation?: ServicesApiModelReservation;
    warnings?: ServicesApiModelWarning[];
}

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

CreateReservationRecord

CreateReservationRecord

A list of warnings returned in the sucessful execution response of an API request.

CreateReservationRecord

MMNEPVFCICPMFPCPTTAAATR