You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 25th July 2025
4
+
5
+
*[CHM: Process group](../channel-manager-operations/reservations.md#process-group):
6
+
* Extended request object with new `booker` property.
7
+
8
+
3
9
## 29th May 2025
4
10
5
11
* Further refinements to the partner journey, including [Your integration journey](../your-journey/README.md) and [Environments](../guidelines/environments.md). Documentation-only, no change to API.
@@ -231,7 +256,8 @@ The operation supports creations, modifications, and partial or complete cancell
231
256
|`availabilityBlockConfirmationNumber`|`string`| optional | Unique identification of the availability block in the Mews. |
232
257
|`currencyCode`|`string`| required \(exc. Cancellation\)|[ISO-4217](https://en.wikipedia.org/wiki/ISO_4217) three-letter currency code of all prices within the booking. |
233
258
|`totalAmount`|[`Amount`](../mews-operations/reservations.md#amount) object | required \(exc. Cancellation\)| Total amount of the whole booking. |
234
-
|`customer`|[`Customer`](../mews-operations/reservations.md#customer) object | required \(exc. Cancellation\)| Represents the main booker. Does not necessarily mean that the person arrives to the property. |
259
+
|`customer`|[`Customer`](../mews-operations/reservations.md#customer) object | required \(exc. Cancellation\)| Represents the owner of the reservation - the main customer that arrives to the property. |
260
+
|`booker`|[`Customer`](../mews-operations/reservations.md#customer) object | optional | Represents the person that booked and manages the reservation. Does not necessarily mean that the person arrives to the property. |
235
261
|`sources`|[`Source`](../mews-operations/reservations.md#source) collection | optional | Represents the sources for the booking. |
236
262
|`company`|[`Company`](../mews-operations/reservations.md#company) object | optional | Represents the company associated with the booking. |
237
263
|`travelAgency`|[`Travel Agency`](../mews-operations/reservations.md#travel-agency) object | optional | Represents the travel agency associated with the booking. |
@@ -249,7 +275,7 @@ It is used to send confirmation of success as well as confirmation of failure.
249
275
250
276
#### Confirmation of success:
251
277
252
-
```javascript
278
+
```json
253
279
{
254
280
"clientToken": "[Mews Client token]",
255
281
"connectionToken": "[Token of a concrete connection]",
@@ -266,7 +292,7 @@ It is used to send confirmation of success as well as confirmation of failure.
266
292
267
293
#### Confirmation of failure:
268
294
269
-
```javascript
295
+
```json
270
296
{
271
297
"clientToken": "[Mews Client token]",
272
298
"connectionToken": "[Token of a concrete connection]",
0 commit comments