For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quick Start

Everything you need to begin building with pmsXchange API.

pmsXchange connects your Property Management System (PMS) or Revenue Management System (RMS) with SiteMinder's distribution platform. Through pmsXchange, your PMS can sync availability, restrictions, and rates, and manage reservations, modifications, and cancellations. RMS integrations support pushing rates and restrictions only.

API Operations:

  • Configuration: Rooms and Rates

  • Inventory: Availability, Restrictions, Rates (PDP or OBP)

  • Reservations: Push, Pull, Upload, Import

  • Payments: Payment Transaction Record


Before You Begin

You don't need to wait for your test environment to start development. You can begin building and testing immediately. See Make Your First Call below or explore requests directly in the Postman collection.

Partnership Required

Access to pmsXchange requires an active partnership agreement with SiteMinder. Once your agreement is in place, our Partner Integrations team will reach out to initiate your integration.

Become a SiteMinder Partner

What You'll Provide to SiteMinder

When your integration begins, we'll send you an initiation email requesting the following. Having these ready helps us set up your test account:

Item
Details

Reservation SOAP endpoint

Your HTTPS endpoint URL for Reservations Push (SM -> PMS)

Credentials

username and password for SiteMinder to authenticate against your Reservation SOAP endpoint

Inventory REST endpoint

Credentials

username and password for SiteMinder to authenticate against your Inventory REST endpoint

Pricing Model

Whether you'll implement Per Day Pricing (PDP) or Occupancy Based Pricing (OBP).

What You'll Receive from SiteMinder

Once SiteMinder has received your details, we will provide:

Item
Details

SOAP endpoint

REST endpoint

Credentials

username and password (same both endpoints)

Identifiers

RequestorID / pmsCode

Hotel Code

HotelCode

Hotel Test Account

Platform that includes pre-configured room types and rate plans, to verify pushed inventory updates and reservation delivery status.

Hotel Booking Engine

Guest reservation simulator.


Set Up Your Environment

Authentication

pmsXchange uses PMS-level authentication — one set of credentials covers all properties. Credentials are passed via wsse:UsernameToken for SOAP requests and HTTP Basic Auth for REST.

PMS-level vs. Hotel-level authentication

Model
Credentials
SOAP/XML
REST/JSON

PMS-level (recommended)

One set for all properties

Hotel-level (legacy)

Per-property credentials

API Specification Files

SOAP (WSDL)

REST (OpenAPI)


Make Your First Call

The first call every pmsXchange integration must implement is Rooms and Rates (SM -> PMS) — your system retrieves the room type and rate plan mapping configured in SiteMinder for a given property. This mapping is the foundation for all subsequent inventory and reservation operations.

1

Authenticate

Pass your username and password on every REST request.

2

Make the call

Retrieve the room type and rate plan mappings for a test property:

3

Handle the response

A successful response returns an array of room type and rate plan combinations configured for the property:

4

Handle errors

If your username or password is incorrect:

If your HotelCode is incorrect:


Explore with Postman

SiteMinder's pmsXchange Postman workspace contains collections and environments to help you build, test, and validate your integration for certification. Fork the collections and environments to your own Postman account to get started.

pmsXchange Postman Workspace

Shared Test Credentials

The pmsXchange - Rooms and Rates TEST environment is pre-filled with shared test credentials (PMSXTEST / PMSXTEST1–3). You can use these immediately — no dedicated test account required — to test:

  • Rooms and Rates mapping retrieval

  • Pushing availability, restrictions, and rates

  • Pulling reservations (no reservations will be returned on shared test accounts)

Update the environment variables with your credentials once your test environment is set up.

For full certification scenario coverage, see Testing and Certification.

sparkles

Still have questions?

Last updated

Was this helpful?