InterfaceItem_ReservationBookingInfo Model

Reservation Booking information

Nullable
Provider : GeneralProviders

The provider that was used for the Reservation operation

Nullable
BookingID : string

The Booking ID as returned by the Reservation system

Nullable
BookingRef : string

The BookingRef as returned by the Reservation system

Nullable
BookingName : string

The Booking Name as returned by the Reservation system

Example
{
  "Provider": 1,
  "BookingID": "string value",
  "BookingRef": "string value",
  "BookingName": "string value"
}