Connector API
Search…
Deprecations

Operations we are planning to deprecate in 2021

These are the operations that we will deprecate in 2021. While we are not yet enforcing these changes, and are yet to finalise a date for these deprecations, we strongly advise you to review these and if you are using them in your API calls, to update them accordingly.

Deprecated operations

Following legacy operations to be completely removed:

Deprecated time filters

Properties TimeFilter, StartUtc and EndUtc to be removed on operations:
Use properties CreatedUtc, UpdatedUtc, etc. as per operation description.

Other deprecated properties

Following properties to be removed from output and/or ignored on input:
Object
Property
Replaced by
​Company​
TaxIdentificationNumber
TaxIdentifier
​Reservation​
ChannelManagerId
ChannelManagerNumber
​Reservation​
TimeUnitCost
TimeUnitPrices
​Reservation​
TraveAgencyId
TravelAgencyId
​Reservation​
ApplyCancelationFee
ApplyCancellationFee
​Reservation​
CompanionIds
Operation Get all companionships​
​Reservation price​
Total
TotalAmount
​Customer​
Gender
Sex
​Customer​
BirthDateUtc
BirthDate
​Customer​
CategoryId
---
​Customer​
Passport
​Document object in Documents part of response
​Customer​
IdentityCard
​Document object in Documents part of response
​Customer​
Visa
​Document object in Documents part of response
​Customer​
DriversLicense
​Document object in Documents part of response
​Document​
ExpirationUtc
Expiration
​Document​
IssuanceUtc
Issuance
​Currency value​
Net
---
​Currency value​
Tax
---
​Currency value​
TaxRate
---
Whole UnitCost object
---
​Amount​

Websocket authentication

Changed Websocket authentication from being passed via URL query parameters to cookies.
Last modified 3mo ago