Skip to main content

PMS Instructions

Used by SynXis Property Hub to update on-property information on the reservation.

  • Housekeeping
  • Charge routing
  • On property status
  • Room unit assignment

 

Note: Routing instructions are only visible in SynXis Property Hub and Reservation API messages.

 

ParameterDescriptionTypeRequired
OnPropertyInstructions/Housekeeping/@ScheduleCodeSchedule code used by housekeeping.StringNo
OnPropertyInstructions/ChargeRoutingList/@CodeCode of a charge routing.StringNo
OnPropertyInstructions/ChargeRoutingList/@FolioNumberA folio number to which the charge routing code applies.StringNo
OnPropertyStatusConveys a secondary status associated with a reservation. Use by Property Management Systems. 
Values: None, CheckedOut, InHouse, NoShow, PreArrival, TurnAway
StringNo
RoomStay/Products/Product/@RoomUnitSpecifies a room unit number associated with a stay date.StringNo

 

  "OnPropertyInstructions": {
      "Housekeeping": {
          "ScheduleCode": "FC3"
      },
      "ChargeRoutingList": [{
          "Code": "MH34",
          "FolioNumber": "93984952"
      }]
  },
  "OnPropertyStatus": "InHouse",
  "RoomStay": {
      "StartDate": "{{check_in}}",
      "EndDate": "{{check_out}}",
      "GuestCount": [...],
      "NumRooms": 1,
      "Products": [{
          "Primary": true,
          "Product": {
              "RateCode": "BAR",
              "RoomCode": "LUXQ",
              "RoomUnit": "201"
          }
      }]
  }