# API Overview

### Rooms and Rates <a href="#rooms-and-rates" id="rooms-and-rates"></a>

***

`SOAP/XML`

Retrieve room type and rate plan configurations from your booking channel to map with the SiteMinder Platform.

View API Specification [→](/siteconnect-api/reference/rooms-and-rates.md)

***

### Availability and Restrictions <a href="#availability-and-restrictions" id="availability-and-restrictions"></a>

***

`SOAP/XML`

Sync room inventory and booking restrictions from SiteMinder Platform to your booking channel.

* Availability
* Stop Sell
* Minimum Stay on Arrival
* Maximum Stay on Arrival
* Minimum Stay Through
* Maximum Stay Through
* Close to Arrival (CTA)
* Close to Departure (CTD)

View API Specification [→](/siteconnect-api/reference/availability-and-restrictions.md)

***

### Rates

***

`SOAP/XML`

Sync pricing from SiteMinder Platform to your booking channel.

* Per Day Pricing (PDP)
* Occupancy Based Pricing (OBP)

View API Specification [→](/siteconnect-api/reference/rates.md)

***

### Reservations

***

`SOAP/XML`

Push reservations messages to SiteMinder Platform in real-time.

* Reservation (Initial Delivery)
* Reservation Multi-Rooms
* Reservation Modifications
* Reservation Cancellations

View API Specification [→](/siteconnect-api/reference/reservations.md)

{% hint style="warning" %}
**Reservation Notification Emails:** SiteMinder can optionally send reservation notification emails to hotels based on key data provided in the `OTA_HotelResNotifRQ`. If your channel cannot send reservation emails directly to hotels, notify the Integration Analyst during the SiteMinder development process. This feature is not enabled by default and must be requested for activation.
{% endhint %}

{% hint style="success" icon="sparkles" %}

## Still have questions?

Use the <i class="fa-gitbook-assistant">:gitbook-assistant:</i> **Ask** button at the top of the page to chat with our AI assistant — it can help you navigate the guide, understand requirements, and troubleshoot issues.

If you need more support, visit [Integration Support](/integration-support/integration-support.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.siteminder.com/siteconnect-api/guides/api-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
