API Reference
Review the components of the Channels Plus API and learn how each one is used to support your integration with SiteMinder.
The Channels Plus API suite consists of six main API components, along with two additional Reservation APIs that enable partners to retrieve a list of reservations and detailed reservation information.
Main API Components
Properties
REST/JSON
- Returns an array of shoppable properties on Channels Plus that match the specified search criteria. This endpoint also provides property content, along with the best available deal and non-deal room rate for each property.
Property
REST/JSON
- Returns content and available room rates for a specific property that meets the requested occupancy combination.
Lock Reservation
REST/JSON
- Temporarily locks one or more room rates at a specific property for a limited period.
Confirm Reservation
REST/JSON
- Confirms a locked reservation that is still within the lock period.
Modify Reservation
REST/JSON
- Updates guest details and remarks for an existing reservation. Changes that affect pricing cannot be modified. If pricing-related details need to be updated, the reservation must be canceled and rebooked following the same reservation flow.
Cancel Reservation
REST/JSON
- Cancel a reservation that is still within the cancellation period.
Reservation APIs
Reservations List
REST/JSON
- Retrieves a list of reservations based on the specified dateType (bookedOn, checkIn, or checkOut) and a date range (fromDate to toDate) of no more than 31 days.
Reservation Detail
REST/JSON
- Retrieves detailed information for a specific reservation created via the API.
Last updated
Was this helpful?