Booking status objects

More information on some of the data objects returned by pmsbkg_BookingSearch.

Returned data (Contact)

NameTypeDescription
NamestringContact person name
SalutationstringContact person title
ForenamestringContact person first name
SurnamestringContact person surname
TypeOfPerson"Adult", "Child" or "Infant"Contact person type (adult, child or infant)
Gender"Male", "Female" or "Unknown"Contact person gender
ProfileRefstringContact person profile reference
LoyaltyIDstringContact person loyalty ID, if applicable

Sample

<Contact>
  <Name>Mr Mike Adams</Name> 
  <Salutation>Mr</Salutation> 
  <Forename>Mike</Forename> 
  <Surname>Adams</Surname> 
  <TypeOfPerson>Adult</TypeOfPerson> 
  <Gender>Male</Gender> 
  <ProfileRef>PF000076</ProfileRef> 
  <LoyaltyID /> 
</Contact>

Returned data (Guest)

NameTypeDescription
NamestringGuest name
SalutationstringGuest title
ForenamestringGuest first name
SurnamestringGuest surname
TypeOfPerson"Adult", "Child" or "Infant"Guest type (adult, child or infant)
Gender"Male", "Female" or "Unknown"Guest gender
ProfileRefstringGuest profile reference, if applicable
LoyaltyIDstringGuest loyalty ID, if applicable
FolioIDintFolio integer number, if bill split by folio

Sample

<Guests>
  <Guest>
    <Name>Adams Junior</Name> 
    <Salutation /> 
    <Forename /> 
    <Surname>Adams Junior</Surname> 
    <TypeOfPerson p6:nil="true" xmlns:p6="http://www.w3.org/2001/XMLSchema-instance" /> 
    <Gender p6:nil="true" xmlns:p6="http://www.w3.org/2001/XMLSchema-instance" /> 
    <LoyaltyID /> 
    <FolioID>1</FolioID> 
  </Guest>
</Guests>

Returned data (Company)

NameTypeDescription
ReferencestringCompany reference
NamestringCompany name

Sample

<Company>
  <Reference>BOOTS</Reference>
  <Name>Boots The Chemist</Name>
</Company>

Returned data (Agent)

NameTypeDescription
ReferencestringAgent reference
NamestringAgent name

Sample

<Agent>
  <Reference>BUCKPAL</Reference>
  <Name>Buckingham Palace</Name>
</Agent>

Returned data (Source)

NameTypeDescription
ReferencestringSource reference
NamestringSource name

Sample

<Source>
  <Reference>CM000004</Reference>
  <Name>Laterooms</Name>
</Source>

Returned data (Ledger)

  • information not available

Returned data (ShiftAllowances)

  • information not available