This instance is currently being migrated to the new Atlassian One Confluence sytem.
If you can't find your space anymore, it should be already in the new System: https://confluence.weareplanet.com/
...
The purpose of this page is to inform you about upcoming changes within our OTA/HTNG implementation for both property management systems. Please note that the changes are divided into onPrem and pAir PMS changes. onPrem changes won't be rolled out globally at the date that is mentioned in the table below whilst pAir Updates will always be rolled out for all customers in one step.
Please note that the XML of the examples are shortened for a clear arrangement. The full sample message can be found on the documentation page for the message.
Affected Message | Direction from protel | PMS | Path | Example | Summary | Internal reference | Version | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TBA IDS | |||||||||||||||||||||||||||||||
TBA PWS | |||||||||||||||||||||||||||||||
OTA_ReadRQ | inbound | onPremise | OTA_ReadRQ | ReadRequests | HotelReadRequest | TPA_Extensions | px:ReadRequestExtensions | px:Room | @RoomID |
| Extend the OTA_ReadRQ to search for the RoomID | PWS-3130 | |||||||||||||||||||||||||
PWS-3128 | inbound | OnPremise | OTA_ProfileCreateRQ | Profile | Customer | PersonName | @MiddleName OTA_ProfileModifyRQ | ProfileModify | Customer | PersonName | @MiddleName |
| Extend the Profile inbound, import as well the MiddleName | PWS-3128 | |||||||||||||||||||||||||
TBA IPA | |||||||||||||||||||||||||||||||
IPA 22.12 | |||||||||||||||||||||||||||||||
OTA_ProfileCreateRQ OTA_ProfileModifyRQ | outbound | pAir | OTA_ProfileCreateRQ | Profile | TPA_Extensions | px:ProfileInfoExtensions | px:StatisticalInfos | px:ParentProfile OTA_ProfileModifyRQ | ProfileModify | TPA_Extensions | px:ProfileInfoExtensions | px:StatisticalInfos | px:ParentProfile |
| Add the new official XSD TPA_Extensions "px:ParentProfile " | IPA-1015 | |||||||||||||||||||||||||
IPA 22.10 | |||||||||||||||||||||||||||||||
OTA_HotelResNotifRQ | outbound | pAir | OTA_HotelResNotifRQ | HotelReservations | HotelReservation | RoomStays | RoomStay | DepositPayments |
| Add Deposit Paid to outbound Reservation Message. | IPA-1014 | 22.10 | ||||||||||||||||||||||||
IDS 6.095 | |||||||||||||||||||||||||||||||
OTA_HotelRatePlanNotifRQ | outbound | OnPremise pAir | OTA_HotelRatePlanNotifRQ | RatePlans | RatePlan | Rates | Rate | AdditionalGuestAmounts | AdditionalGuestAmount | @TaxInclusive OTA_HotelRatePlanNotifRQ | RatePlans | RatePlan | Rates | Rate | AdditionalGuestAmounts | AdditionalGuestAmount | Taxes | @Amount OTA_HotelRatePlanNotifRQ | RatePlans | RatePlan | Rates | Rate | AdditionalGuestAmounts | AdditionalGuestAmount | Taxes | @CurrencyCode |
| Include tax details per child bucket | IDS-524 | 6.095 | ||||||||||||||||||||||||
OTA_HotelRateAmountNotifRQ | outbound | OnPremise pAir | OTA_HotelRateAmountNotifRQ | RatePlans | RatePlan | Rates | Rate | AdditionalGuestAmounts | AdditionalGuestAmount | @TaxInclusive OTA_HotelRateAmountNotifRQ | RatePlans | RatePlan | Rates | Rate | AdditionalGuestAmounts | AdditionalGuestAmount | Taxes | @Amount OTA_HotelRateAmountNotifRQ | RatePlans | RatePlan | Rates | Rate | AdditionalGuestAmounts | AdditionalGuestAmount | Taxes | @CurrencyCode |
| Include tax details per child bucket | IDS-524 | 6.095 | ||||||||||||||||||||||||
PWS 3.7.X | HTNG_ChargePostingRQ | inbound | OnPremise | HTNG_ChargePostingRQ | Posting | Transaction | RevenueDetails | RevenueDetail | Account | |||||||||||||||||||||||||||
Codeblock | ||||
---|---|---|---|---|
| ||||
<HTNG_ChargePostingRQ>
<Posting>
<Transaction>
<RevenueDetails>
<RevenueDetail>
<Account ID="4711" Type="14" ID_Context="External"/> |
OTA_ProfileCreateRQ
OTA_ProfileModifyRQ
OTA_ProfileCreateRQ | Profile | TPA_Extensions | px:ProfileInfoExtensions | px:StatisticalInfos | px:ParentProfile
OTA_ProfileModifyRQ | ProfileModify | TPA_Extensions | px:ProfileInfoExtensions | px:StatisticalInfos | px:ParentProfile
Codeblock | ||||
---|---|---|---|---|
| ||||
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions"> <px:ProfileInfoExtensions> <px:StatisticalInfos> <px:ParentProfile Name="Duck AG" ID="181579" ID_Context="protelIO" Type="3"/> </px:StatisticalInfos> </px:ProfileInfoExtensions> </TPA_Extensions> |
Remove the existing TPA_Extensions
Codeblock | ||||
---|---|---|---|---|
| ||||
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions"> <Master MasterAccountID="181579"/> </TPA_Extensions> |
And add the new official XSD TPA_Extensions "px:ParentProfile "
OTA_HotelResNotifRQ | HotelReservations | HotelReservation | RoomStays | RoomStay | Guarantee
Codeblock | ||||
---|---|---|---|---|
| ||||
<Guarantee GuaranteeType="CC/DC/Voucher"> <GuaranteesAccepted> <GuaranteeAccepted> <PaymentCard CardCode="MC" CardType="1" EncryptionKey="hOSJucTz-9QDE-KKKE-qiTa-af8X4oOiNVG" ExpireDate="0123" MaskedCardNumber="XXXXXXXXXXXX5100"> <CardHolderName>AT</CardHolderName> </PaymentCard> </GuaranteeAccepted> </GuaranteesAccepted> </Guarantee> |
HTNG_ChargePostingRQ
HTNG_ChargePostingRQ | Posting | Transaction | RevenueDetails | RevenueDetail | Account
Codeblock | ||||
---|---|---|---|---|
| ||||
<RevenueDetails> <RevenueDetail Description="Cash Payment" PMSRevenueCode="1" CurrencyCode="AED" Amount="-45.00" SubTypeID="Payment"> <Account ID="555342188" Type="14" ID_Context="GHAExternal"/> </RevenueDetail> </RevenueDetails> |
IO_RatePackageNotifRQ | Packages | Package | Validity
IO_RatePackageNotifRQ | Packages | Package | PackageItem | Validity
Codeblock | ||||
---|---|---|---|---|
| ||||
<Validity From="1990-01-01" To="2050-01-01"/> |
PWS 3.6.X Anker PWS 3.6.X PWS 3.6.X
OTA_HotelAvailNotifRQ
Codeblock | ||||
---|---|---|---|---|
| ||||
<?xml version='1.0' encoding='utf-8'?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> <env:Body> <OTA_HotelAvailNotifRQ MessageContentCode="3" TimeStamp="2018-12-03T00:00:00.000Z" Version="2"> <AvailStatusMessages HotelCode="3153"> <AvailStatusMessage> <StatusApplicationControl Start="2021-08-09" End="2021-08-10" RatePlanCode="Ali2" InvTypeCode="CBR"/> <RestrictionStatus Restriction="Departure" Status="Close"/> <UniqueID Type="16" ID_Context="info.rateboard.rms" ID="2"/> </AvailStatusMessage> <AvailStatusMessage> <StatusApplicationControl Start="2021-08-09" End="2021-08-10" RatePlanCode="Ali2" InvTypeCode="CS"/> <RestrictionStatus Restriction="Departure" Status="Close"/> <UniqueID Type="16" ID_Context="info.rateboard.rms" ID="2"/> </AvailStatusMessage> </AvailStatusMessages> </OTA_HotelAvailNotifRQ> </env:Body> </env:Envelope> |
Codeblock | ||||
---|---|---|---|---|
| ||||
<HTNG_ChargePostingRQ> <Posting ID="1"> <Transaction TicketID="1"> <RevenueDetails> <RevenueDetail Description="Upsell Article" PMSRevenueCode="1000" ReferenceID="1015" Amount="20.00" SubTypeID="Revenue"> <ExtendedPrice AmountAfterTax="20.00" DecimalPlaces="2" Quantity="1"/> <Account ID="341977-2" Type="16" ID_Context="protelIO"/> </RevenueDetail> |
Codeblock | ||||
---|---|---|---|---|
| ||||
<IO_RatePackageNotifRQ> <Packages> <Package> <PackageItems> <PackageItem> <Calculation AmountBeforeTax="40" AmountAfterTax="40" Currency="AED" InclusiveInd="true" Recurrence="Daily" Relation="Complex"> <DaysOfWeek Mon="true" Tue="true" Wed="true" Thu="true" Fri="true" Sat="true" Sun="true"/> |
Fix the values for the Recurrence Attribute
Possible Recurrence
- OnArrival
- OnDeparture
- Daily
- DaysOfWeek
- Floating
- Fixed
OTA_HotelResNotifRQ | HotelReservations | HotelReservation | TPA_Extensions | px:ReservationExtensions | px:FixedCharges | px:FixedCharge | px:ServiceDates | px:ServiceDate
Codeblock | ||||
---|---|---|---|---|
| ||||
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions"> <px:ReservationExtensions> <px:FixedCharges> <px:FixedCharge Code="KosmetikExtNoR" Recurrence="floating" From="2021-01-05" To="2021-01-12" Quantity="1" RequestedIndicator="true"> <px:Price CurrencyCode="EUR" SingleAmountAfterTax="25.00"/> <px:UniqueID Type="FixedCharge" ID="103604" ID_Context="protelIO"/> <px:Item ItemID="75"/> <px:InvoiceText>Kosmetik täglich ab 5.1.</px:InvoiceText> <px:ServiceDates> <px:ServiceDate From="2021-01-05" To="2021-01-07"/> <px:ServiceDate From="2021-01-10" To="2021-01-12"/> </px:ServiceDates> </px:FixedCharge> </px:FixedCharges> </px:ReservationExtensions> </TPA_Extensions> |
Add the new Element "SerivceDates"
This Element will be displayed for the Recurrence= "floating"
Possible Recurrence
- OnArrival
- OnDeparture
- Daily
- DaysOfWeek
- Floating
- Fixed
Codeblock | ||||
---|---|---|---|---|
| ||||
<HTNG_HotelFolioRS> <Folios> <Folio> <RevenueDetails> <RevenueDetail> <FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05"> <FolioID>SDate|2017-08-23</FolioID> <FolioID>InvID|122345</FolioID> </FolioIDs> <RevenueDetailItems> <RevenueDetailItem> <FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05"> <FolioID>SDate|2017-08-23</FolioID> </FolioIDs> |
Add a short in front of the FolioID Element, to describe what is displayed
Possible values
- InvID
- InvNo
- GstID
- Code
- TAAGrp
- PkgID
- SDate
Codeblock | ||||
---|---|---|---|---|
| ||||
<HTNG_HotelFolioNotifRQ> <Folios> <Folio> <RevenueDetails> <RevenueDetail> <FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05"> <FolioID>SDate|2017-08-23</FolioID> <FolioID>InvID|122345</FolioID> </FolioIDs> <RevenueDetailItems> <RevenueDetailItem> <FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05"> <FolioID>SDate|2017-08-23</FolioID> </FolioIDs> |
Add a short in front of the FolioID Element, to describe what is displayed
Possible values
- InvID
- InvNo
- GstID
- Code
- TAAGrp
- PkgID
- SDate
Codeblock | ||||
---|---|---|---|---|
| ||||
<IO_StatsNotifRQ/> <Statistics> <Statistic> <StatisticApplicationSets> <StatisticApplicationSet Start="2021-10-28" End="2021-10-28"> <StatisticCodes> <StatisticCode StatCode="Group" StatCategoryCode="3" /> <StatisticCode StatCode="1" StatCategoryCode="Pseudo" /> </StatisticCodes> <RevenueCategorySummaries> <RevenueCategorySummary RevenueCategoryCode="3" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="6" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="9" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="17" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="123" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="126" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="129" CurrencyCode="EUR" Amount="0.00" /> <RevenueCategorySummary RevenueCategoryCode="1217" CurrencyCode="EUR" Amount="0.00" /> </RevenueCategorySummaries> |
...