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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog
2
2
3
+
## 4th November 2024
4
+
* Deprecated `loyaltyCode` in [Mews: Process group](../mews-operations/reservations.md#process-group). This is replaced by `loyaltyInfo`.
5
+
3
6
## 11th October 2024
4
7
*[Mews: Process availability block](../mews-operations/availabilityBlock.md) – Added `Rolling` to release strategy type; added `offset` property to release strategy object, and updated contract and description for `fixedDate` property (NOT a breaking change)
5
8
*[CHM: Process availability block](../channel-manager-operations/availabilityBlock.md) – Added `releasedStrategy` property to availability block object and deprecated `releasedDate` property – see [Deprecations](../deprecations/README.md).
|`loyaltyCode` in [Customer](../mews-operations/reservations.md#customer) object in [Mews: Process group](../mews-operations/reservations.md#process-group)| Replaced by `loyaltyInfo`| 4 Nov 2024 | - |
27
28
|`releasedDate` in [CHM: Dates](../channel-manager-operations/availabilityBlock.md#dates) object in [CHM: Availability block](../channel-manager-operations/availabilityBlock.md#availability-block)| Replaced by `fixedDate` in [`Release strategy`](../mews-operations/availabilityBlock.md#release-strategy) of [`Availability block`](../channel-manager-operations/availabilityBlock.md#availability-block)| 11 Oct 2024 | - |
28
29
|`error` in [Synchronous error response](../guidelines/responses.md#synchronous-error-response)| Replaced by `errors` (plural and an `array`) | 15 May 2024 | - |
29
30
|`paymentType` in [`RatePlan`](../mews-operations/configuration.md#rate-plan) returned by [Mews: Get configuration](../mews-operations/configuration.md#get-configuration)| May yield incorrect value. More info below (\*1). | 16 May 2024 | - |
Copy file name to clipboardExpand all lines: mews-operations/reservations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ The third `reservation` definition shows the partial cancellation - canceling th
267
267
|`firstName`|`string`| optional | First name. |
268
268
|`title`|`string`[Title](#title)| optional | Customer title, e.g. "Mister" |
269
269
|`telephone`|`string`| optional | Telephone. |
270
-
|`loyaltyCode`|`string`| optional|Loyalty code of the customer. Processed only for the main customer. |
270
+
|~~`loyaltyCode`~~|~~`string`~~|~~optional~~|~~Loyalty code of the customer, usually used for the customer's membership number. This is stored in Mews against the Customer Internals tab. Processed only for the main customer.~~**[Deprecated!](../deprecations/README.md)**|
271
271
|`loyaltyInfo`|[`Loyalty Info`](#loyalty-info) object | optional | Loyalty information of the customer. Processed only for the main customer or [`Availability block`](../channel-manager-operations/availabilityBlock.md#availability-block) booker. |
272
272
|`nationalityCode`|`string`| optional |[ISO 3166-1 alpha-2 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - two letter country code or [ISO 3166-1 alpha-3 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) - three letter country code. |
273
273
|`languageCode`|`string`| optional | Language [code](https://msdn.microsoft.com/en-us/library/ee825488) of the communication language of the customer. This language will be used as the default for communication with the customer. |
0 commit comments