Skip to content

Commit

Permalink
Added limit of 100 bookings per group for Mews-side Process group
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAdamsMews committed Nov 6, 2024
1 parent 1312046 commit dc3a132
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## 7th November 2024

* [Mews: Process group](../mews-operations/reservations.md#process-group) – added recommended limit of 100 reservations per group. Documentation-only.

## 4th November 2024

* Deprecated `loyaltyCode` in [Mews: Process group](../mews-operations/reservations.md#process-group). This is replaced by `loyaltyInfo`.

## 11th October 2024

* [Mews: Process availability block](../mews-operations/availabilityBlock.md) – Added `Rolling` to release strategy type; added `offset` property to release strategy object, and updated contract and description for `fixedDate` property (NOT a breaking change)
* [CHM: Process availability block](../channel-manager-operations/availabilityBlock.md) – Added `releasedStrategy` property to availability block object and deprecated `releasedDate` property – see [Deprecations](../deprecations/README.md).

Expand Down
2 changes: 1 addition & 1 deletion mews-operations/reservations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Process group

\[`async`\] Use this operation to push a group of reservations or bookings to Mews. The operation is called Process Group because it supports multiple options for processing on multiple groups of reservations. As well as creating new reservations in Mews, you can modify existing reservations and make cancellations, all using the same endpoint. Mews will process the requests and confirm back the reservations asynchronously.
\[`async`\] Use this operation to push a group of reservations or bookings to Mews. The operation is called Process Group because as well as creating new reservations, you can also modify existing reservations and make cancellations, all using the same endpoint. We recommend a maximum of 100 reservations per group. Mews will process the reservation requests and confirm back the reservations asynchronously.

> ### Rules to follow
>
Expand Down

0 comments on commit dc3a132

Please sign in to comment.