Technical Guide
Explore the supported SOAP messages and REST endpoints available for the SiteMinder Exchange API
Supported SOAP Messages
OTA_HotelResNotifRQ/RS
SiteMinder → APP (PUSH)
Delivers reservations, modifications, and cancellations
Supported REST Endpoints
/publishers
GET - APP ← SiteMinder (PULL)
Retrieves the list of publishers connected to your application
/publishers/{publisherCode}/hotels
GET - APP ← SiteMinder (PULL)
Retrieves the list of hotels for the selected publisher
/publishers/{publisherCode}/hotels/{hotelCode}/roomTypes
GET - APP ← SiteMinder (PULL)
Lists all room types for the specified publisher and hotel
/publishers/{publisherCode}/hotels/{hotelCode}/ratePlans
GET - APP ← SiteMinder (PULL)
Lists all rate plans for the specified publisher and hotel
/publishers/{publisherCode}/hotels/{hotelCode}/roomTypes/{roomTypeCode}/availability
GET - APP ← SiteMinder (PULL)
Retrieves availability for the specified room type and date range
/publishers/{publisherCode}/hotels/{hotelCode}/ratePlans/{ratePlanCode}/rates
GET - APP ← SiteMinder (PULL)
Retrieves rates for the specified rate plan and date range
Multiplicity (M)
In the SOAP Specification tables M refers to the number of instances or occurrences of an element or attribute that are allowed or required in a given context. It defines how many times a particular component (element or attribute) can appear within a specific structure.
1
The element or attribute must be present exactly once.
0..1
The element or attribute is optional; it can be present zero or one time.
0..n
The element or attribute can be present zero or more times, with no upper limit (where n represents an infinite number of occurrences).
1..n
The element or attribute must be present at least once and can be present any number of times, with no upper limit.
n..m
Specific range, the element or attribute must be present at least n times and no more than m times (where n and m are specific numbers).
This API permits the following calls:
Last updated
Was this helpful?