From 82d526dff8142a0cfb67f4a2a986439994f33e22 Mon Sep 17 00:00:00 2001 From: GlenDoci Date: Thu, 10 Oct 2024 12:57:38 +0100 Subject: [PATCH 1/3] Added PickupType in Availability block from them to us --- changelog/README.md | 1 + mews-operations/availabilityBlock.md | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog/README.md b/changelog/README.md index df94343..c97fd2c 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -3,6 +3,7 @@ ## 10th October 2024 * [Availability block](../channel-manager-operations/availabilityBlock.md#availability-block) extended with `pickupType` field. +* [Availability block](../mews-operations/availabilityBlock.md#availability-block) extended with `pickupType` field. ## 8th October 2024 diff --git a/mews-operations/availabilityBlock.md b/mews-operations/availabilityBlock.md index db099ae..1f923ff 100644 --- a/mews-operations/availabilityBlock.md +++ b/mews-operations/availabilityBlock.md @@ -103,7 +103,8 @@ "address": null }, "company": null, - "notes": "This is a note." + "notes": "This is a note.", + "pickupType": "AllInOneGroup" } } ``` @@ -130,7 +131,7 @@ | `booker` | [`Customer`](./reservations.md#customer) object | required | The main booker. This does not mean that the person has arrived at the property. | | `company` | [`Company`](./reservations.md#company) object | optional | The company associated with the availability block. | | `notes` | `string` | optional | Notes related to the availability block. | - +| `pickupType`| [`PickupType`](#pickupType) object | required | PickupType of the block. | #### Dates | Property | Type | Contract | Description | @@ -176,6 +177,10 @@ * `Updated` * `Canceled` +#### PickupType +* `AllInOneGroup` +* `IndividualGroups` + #### Release strategy type * `Fixed` From 839195a9d955b97ff7f98df2b937a42a0a9695c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondra=20He=C5=99m=C3=A1nek?= Date: Thu, 10 Oct 2024 14:01:45 +0200 Subject: [PATCH 2/3] Update mews-operations/availabilityBlock.md --- mews-operations/availabilityBlock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mews-operations/availabilityBlock.md b/mews-operations/availabilityBlock.md index 1f923ff..002214c 100644 --- a/mews-operations/availabilityBlock.md +++ b/mews-operations/availabilityBlock.md @@ -178,6 +178,7 @@ * `Canceled` #### PickupType + * `AllInOneGroup` * `IndividualGroups` From c010bc4ad1283ff3d452a109caadf82e732ff63c Mon Sep 17 00:00:00 2001 From: Marenglen Doci Date: Thu, 10 Oct 2024 13:33:39 +0100 Subject: [PATCH 3/3] Update mews-operations/availabilityBlock.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondra Heřmánek --- mews-operations/availabilityBlock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mews-operations/availabilityBlock.md b/mews-operations/availabilityBlock.md index 002214c..3771f6f 100644 --- a/mews-operations/availabilityBlock.md +++ b/mews-operations/availabilityBlock.md @@ -131,7 +131,7 @@ | `booker` | [`Customer`](./reservations.md#customer) object | required | The main booker. This does not mean that the person has arrived at the property. | | `company` | [`Company`](./reservations.md#company) object | optional | The company associated with the availability block. | | `notes` | `string` | optional | Notes related to the availability block. | -| `pickupType`| [`PickupType`](#pickupType) object | required | PickupType of the block. | +| `pickupType`| [`PickupType`](#pickupType) object | required | Specifies how new reservations in block should be picked up. | #### Dates | Property | Type | Contract | Description |