Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrahermanek committed May 15, 2024
1 parent fa91418 commit cd024cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## 17th May 2024

* [Availability block](/channel-manager-operations/availabilityBlock.md#availability-block) extended with `notes` field.
* Customer [Loyalty info](/mews-operations/reservations.md#loyalty-info) extended with `tierCode` field.
* [Reservation synchronization](/channel-manager-operations/reservations.md#process-group) operation was extended with [`timeState`](/mews-operations/reservations.md#reservation-time-states) field and [`paymentCardData`](/mews-operations/reservations.md#payment-card-data) object in [`Reservation`](/mews-operations/reservations.md#reservation) object.

Expand Down
4 changes: 3 additions & 1 deletion channel-manager-operations/availabilityBlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"loyaltyCode": null,
"address": null
},
"company": null
"company": null,
"notes": "This is the block for Mews conference."
}
}
```
Expand All @@ -122,6 +123,7 @@
| `spaceCategories` | [`Space category allocation`](#space-category-allocation) collection | required | Allocated categories of the block. |
| `booker` | [`Customer`](../mews-operations/reservations.md#customer) object | required | The main booker. This does not mean that the person has arrived at the property. |
| `company` | [`Company`](../channel-manager-operations/reservations.md#company) object | optional | The company associated with the block. |
| `notes` | `string` | optional | Notes for the block. |

#### Dates

Expand Down
15 changes: 11 additions & 4 deletions channel-manager-operations/reservations.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,17 @@ This option allows creations, modifications, and partial or complete cancellatio
},
"sources": [
{
"code": 12192,
"name": "Mews",
"isPrimary": true,
"type": 5
"code": 1,
"name": "Expedia",
"type" : 0,
"isPrimary" true
},
{
"code": 2,
"name": "ChoiceCRS",
"type" : 0,
"isPrimary" false
},
}
],
"company": {
Expand Down

0 comments on commit cd024cf

Please sign in to comment.