InterfaceItem_PMSBookingInfo Model

PMS Room / Guest / Booking information

Nullable
RoomID : string

The Room ID as returned by the PMS system

Nullable
GuestID : string

The Guest ID as returned by the PMS system

Nullable
GuestName : string

The Guest Name as returned by the PMS system

Nullable
BookingRef : string

The BookingRef as returned by the PMS system

Nullable
GuestDisplayName : string

The full guest name used for display purposes, may be different to the GuestName field for some interfaces.
For example, FIAS (Fidelio/Opera) returns GuestName as just the surname, but they provide additional fields to build a fullname. The original GuestName value must be used for any postings though, so the GuestDisplayName field exists to provide an alternative UI view of the guest name for display purposes.

Nullable
CreditLimit : number (decimal)

The current credit limit of the guest at the time of linking the guest. May be out of date by the time it comes to posting, so requery if required.
Null indicates no credit limit.

Example
{
  "RoomID": "string value",
  "GuestID": "string value",
  "GuestName": "string value",
  "BookingRef": "string value",
  "GuestDisplayName": "string value",
  "CreditLimit": 1.23
}