# Changelog

### 2026

{% updates format="full" %}
{% update date="2026-04-13" tags="beta" %}

## <sub>MCP Server</sub>

Provides channel partners with AI-assisted access to the SiteMinder platform via the Model Context Protocol (MCP). It enables programmatic property discovery, reservation management, and property content export through a single HTTP endpoint.

* [MCP Server](/channels-plus-api/mcp-server/overview.md)
  {% endupdate %}
  {% endupdates %}

### 2025

{% updates format="full" %}
{% update date="2025-05-23" tags="added" %}

## <sub>Reservations APIs</sub>

Introduced two new endpoints:

* [Reservations List](/channels-plus-api/reference/reservations-list.md) - Retrieve a list of reservations filtered by date type (bookedOn, checkIn, or checkOut) and a date range (up to 31 days).
* [Reservation Detail](/channels-plus-api/reference/reservation-detail.md) - Fetch detailed information for individual reservations made via the Channels Plus API.
  {% endupdate %}
  {% endupdates %}

### 2024

{% updates format="full" %}
{% update date="2024-10-09" tags="added" %}

## <sub>Net Invoicing</sub>

Net invoicing is a process where the partner collects the full booking amount upfront, deducts the commission owed, and sends the remaining funds. There is no direct billing to the customer. The hotel charges the card for the net amount, and the partner later receives an invoice for their share of the commission.&#x20;

* [Invoicing: Gross vs. Net](/channels-plus-api/additional-resources/commercial/invoicing-gross-vs-net.md)
  {% endupdate %}
  {% endupdates %}


---

# 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/channels-plus-api/additional-resources/changelog.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.
