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: channel-manager-operations/availabilityBlock.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@
166
166
| :-- | :-- | :-- | :-- |
167
167
|`start`|`string`| required | Start date in format `"yyyy-MM-dd"`\(e.g. `"2021-12-24"`\). |
168
168
|`end`|`string`| required | End date \(excluded\) in format `"yyyy-MM-dd"`\(e.g., `"2021-12-31"`\). |
169
-
|`currencyCode`|`string`| required |Three letter code of the currency. |
169
+
|`currencyCode`|`string`| required |[ISO-4217](https://en.wikipedia.org/wiki/ISO_4217) three-letter currency code of the rate prices. |
170
170
|`prices`|[`Price`](../channel-manager-operations/inventory.md#price) collection | required | Collection of prices for each person count, for the specified rate plan - space type - date combination. |
171
171
172
172
> **Dates**: Interval for 1 night (e.g. is represented 2021-12-24/25 is represented as `"start": "2021-12-24", "end": "2021-12-24"`).
Copy file name to clipboardExpand all lines: channel-manager-operations/reservations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ The operation supports creations, modifications, and partial or complete cancell
229
229
|`channelManagerId`|`string`| optional | Unique identification of the booking in the channel manager. Sent always once provided by channel manager. |
230
230
|`availabilityBlockCode`|`string`| optional | Unique identification of the availability block in the channel manager. |
231
231
|`availabilityBlockConfirmationNumber`|`string`| optional | Unique identification of the availability block in the Mews. |
232
-
|`currencyCode`|`string`| required \(exc. Cancellation\)|3 letter code of currency of all prices within the booking. |
232
+
|`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
233
|`totalAmount`|[`Amount`](../mews-operations/reservations.md#amount) object | required \(exc. Cancellation\)| Total amount of the whole booking. |
234
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. |
235
235
|`sources`|[`Source`](../mews-operations/reservations.md#source) collection | optional | Represents the sources for the booking. |
0 commit comments