Rooms and Rates

Retrieve room type and rate plan configurations to map your PMS inventory with the SiteMinder Platform.

What is Rooms and Rates

Rooms and Rates is a retrieval method where the Property Management System (PMS) requests a list of configured room types and rate plans from the SiteMinder Platform. This integration ensures that the PMS can properly map its internal room and rate structures with the configurations set up for distribution across all connected channels, maintaining accurate inventory, pricing and reservation synchronization.

Considerations

  • Configuration Scope: The room-rates endpoint returns only the room rates configured for the PMS on the SiteMinder Platform. This configuration is managed through Distribution > Connectivities > {PMS Name} > Rooms and Rates Mapping.

  • Rate Plan Support: If your PMS does not support Rate Plans, the fields for ratePlanName and ratePlanCode will be empty in the response.

  • Optional Fields: The includedAdultOccupancy field is optional and may be blank if hoteliers have not set this included occupancy value on the SiteMinder Platform.

  • Code Mapping: The roomTypeCode returned by the room-rates endpoint must be used for both RoomTypeCode and InvTypeCode on the PMS side to ensure consistent inventory and reservation mapping.

get

returns all configured room rates for specified hotelier

Authorizations
Path parameters
pmsCodestring · min: 1Required

pmsCode used to identify the pmsx partner

hotelCodestring · min: 1Required

hotelCode used to identify the hotelier

Header parameters
X-SM-TRACE-TOKENstringRequired

traceToken is logged with every log messages for this request

Responses
200

OK

application/json
Responseall of[]
get
GET /pmses/{pmsCode}/hotels/{hotelCode}/room-rates HTTP/1.1
Host: pmsx-core-api.dev.siteminderlabs.com
Authorization: Basic username:password
X-SM-TRACE-TOKEN: text
Accept: */*
[
  {
    "ratePlanName": "text",
    "ratePlanCode": "text",
    "roomTypeName": "text",
    "roomTypeCode": "text",
    "includedAdultOccupancy": 1
  }
]

Help Centre

Last updated

Was this helpful?