Interface ServicesApiModelUpdateReservationRecord

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

UpdateReservationRecord

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

Properties

errors?: Error[]

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

UpdateReservationRecord

UpdateReservationRecord

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

UpdateReservationRecord

MMNEPVFCICPMFPCPTTAAATR