Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Each booking channel connecting to the SiteMinder platform via SiteConnect API will be provided with an interactive test account to establish a basic connection.
The booking channel will provide endpoint
, username
, and password
, allowing SiteMinder to retrieve rooms and rates, and to send availability, restrictions, and rate updates.
SiteMinder will provide endpoint
, username
, password
, and RequestorID
(channel code) to connect to the reservation service.
The booking channel will provide a HotelCode
for the test hotel.
The connecting booking channel will get access to a test hotel on the SiteMinder Platform to retrieve the rooms and rates, and to push availability, restrictions and rates updates to their system. The platform will also show the reservations created and received from the booking channel.
We provide multiple WSDL variations to accommodate different technology stacks:
Standard WSDL:
Inlined WSDL (Recommended for .NET):
For .NET clients, we recommend using the inlined WSDL, as the standard version may cause issues with .NET proxy generators (e.g., wsdl.exe or svcutil.exe) due to OTA specifications.
The is the first step in your SiteMinder integration. You will need to build an endpoint to connect to our Rooms and Rates
service before completing the technical information form. This allows SiteMinder to request room types and rate plans from your system for testing. Once this step is completed, we'll create a test account for you to access the SiteMinder platform.
To assist you in testing the SiteConnect API, we've prepared Postman collections and environment for you. Follow the steps below to begin your testing process with Rooms and Rates
:
Step 2 - Fork all available collections to your Postman account. For Rooms and Rates
, use the SiteConnect - Rooms and Rates
collection.
Step 3 - Fork the SiteConnect
environment to your Postman account.
Step 4 - Update the environment with your specific details (HotelCode
, RRurl
, RRusername
, RRpassword
).
Step 5 - Test required responses:
Success
response providing two room types, each with two rate plans.
Error
response for Invalid Username and/or Password
Error
response for Hotel not found for HotelCode=XXXXX
SiteMinder provides a test account for use during the active development phase. This account is intended solely for development purposes and should not be used for ongoing testing or demonstrations. Access to the test account will be disabled upon completion of the SiteMinder certification.
Step 1 - Access our Postman workspace:
For more details on using Postman, see the articles and .