Help us improve the Developer Guide! Share your feedback using the “Was this helpful?” option on the right of each page.

Technical Guide

Explore the supported SOAP messages and REST endpoints available for the SiteMinder Exchange API

Supported SOAP Messages

Message
Direction
Purpose

OTA_HotelResNotifRQ/RS

SiteMinder → APP (PUSH)

Delivers reservations, modifications, and cancellations

Supported REST Endpoints

Endpoint
Method & Direction
Purpose

/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

/publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/roomTypes

GET - APP ← SiteMinder (PULL)

Lists all room types for the specified publisher and hotel

​/publisher​s/{publisherCode}​/hotel​s/{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.

M
Definition

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).


SMX handles Availability and Rate querying in JSON format, which is a REST API.

This API permits the following calls:

Last updated

Was this helpful?