Skip to content

Commit

Permalink
Merge pull request #193 from MewsSystems/CON-4085-added-pickup-type-t…
Browse files Browse the repository at this point in the history
…hem-to-us

Added PickupType in Availability block from them to us
  • Loading branch information
patrikmiksovsky95 authored Oct 11, 2024
2 parents 6769654 + c010bc4 commit 5ff9e5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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

Expand Down
10 changes: 8 additions & 2 deletions mews-operations/availabilityBlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"address": null
},
"company": null,
"notes": "This is a note."
"notes": "This is a note.",
"pickupType": "AllInOneGroup"
}
}
```
Expand All @@ -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 | Specifies how new reservations in block should be picked up. |

#### Dates
| Property | Type | Contract | Description |
Expand Down Expand Up @@ -177,6 +178,11 @@
* `Updated`
* `Canceled`

#### PickupType

* `AllInOneGroup`
* `IndividualGroups`

#### Release strategy type

* `Fixed`
Expand Down

0 comments on commit 5ff9e5f

Please sign in to comment.