circle-boltQuick Start

Everything you need to begin building with SiteConnect API.

SiteConnect connects your booking channel with SiteMinder's distribution platform. Through SiteConnect, your channel can provide room type and rate plan mapping configuration, receive availability, restrictions, and rates from SiteMinder, and push reservations, modifications, and cancellations.

API Components:

  • Configuration: Rooms and Rates

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

  • Reservations: Push

circle-check

Before You Begin

Partnership Required

Access to SiteConnect requires an active partnership agreement with SiteMinder. Once your agreement is in place, you will receive your test environment details.

Become a SiteMinder Partner

circle-info

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.

What You'll Provide to SiteMinder

Before SiteMinder can set up your test environment, provide the following:

Item
Details

Inventory SOAP endpoint

Your HTTPS endpoint URL for Rooms and Rates, Availability and Restrictions, and Rates

Credentials

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

Hotel Code

HotelCode

What You'll Receive from SiteMinder

Once SiteMinder has received your details, we will provide:

Item
Details

Credentials

username and password

Identifier

RequestorID (Channel Code)

Hotel Test Account

Platform that includes pre-configured room types and rate plans, an inventory simulator to push availability, restrictions, and rates, and to verify pushed reservations.


Set Up Your Environment

Authentication

SiteConnect uses channel-level authentication — one set of credentials covers all properties. Credentials are passed via wsse:UsernameToken for SOAP requests.

API Specification Files

SOAP (WSDL)

circle-exclamation

Make Your First Call

The first component every SiteConnect integration must implement is Rooms and Rates — SiteMinder calls your endpoint to retrieve the room type and rate plan mapping configured in your system for a given property. This mapping is the foundation for all subsequent inventory and reservation operations.

circle-info

SiteMinder initiates this call — your endpoint must be live, accepting incoming requests, and returning a valid room and rate configuration in the response before we can set up your dedicated test environment.

1

Prepare your endpoint

Your endpoint must accept OTA_HotelAvailRQ SOAP requests over HTTPS. SiteMinder will send the following request to retrieve room and rate mapping for a given property:

2

Validate credentials

Your endpoint must validate the wsse:UsernameToken on every incoming request. If the credentials do not match, return the following error response:

circle-exclamation
3

Validate hotel code

Your endpoint must verify that the HotelCode in the request matches a property configured in your system. If not found, return the following error response:

circle-exclamation
4

Return a Rooms and Rates response

Once credentials and hotel code are validated, return an OTA_HotelAvailRS response containing the room types and rate plans configured for the requested property.

SiteMinder requires at least two room types, each with at least two rate plans.

circle-check

Explore with Postman

SiteMinder's SiteConnect 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.

SiteConnect Postman Workspacearrow-up-right

Authentication Details

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

circle-info

For full certification scenario coverage, see Testing and Certificationarrow-up-right.

sparkles

Still have questions?

Last updated

Was this helpful?