Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 285 Nächste Version anzeigen »









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.

Release dates pAIR LIVE Environment

VersionRelease date
21.402021-10-06
21.382021-09-22
21.362021-09-08
21.342021-08-25
21.322021-08-11
21.302021-07-28
21.282021-07-14
21.262021-06-30
21.242021-06-16
21.222021-06-02
21.202021-05-19

Release dates PWS (onPrem) LIVE Environment

VersionRelease date
3.62021-12-06
3.52021-10-25
3.42021-09-13
3.32021-08-02
3.22021-07-14
3.12021-05-03
3.02021-02-08


Affected MessageDirection from protelPMSPathExampleSummaryInternal referenceVersion
TBA IDS
OTA_HotelRatePlanNotifRQoutboundIDSRates / Rate / BaseByGuestAmts / BaseByGuestAmt
<Rates>
    <Rate RateTier="Active" Mon="true" Tue="true" Weds="true" Thur="true" Fri="true" Sat="true" Sun="true" Start="2021-11-23" End="2021-11-23" CurrencyCode="EUR" InvTypeCode="50">
        <BaseByGuestAmts>
            <BaseByGuestAmt AmountBeforeTax="90.48" AmountAfterTax="95.00" NumberOfGuests="1" AgeQualifyingCode="10"/>
        </BaseByGuestAmts>
    </Rate>

Extend the cnfiguration to enable sending both Amount Before and After tax per adult calculation

OTA_HotelRatePlanNotifRQ/ .. /BaseByGuestAmt1..nDescription
/@AmountBeforeTax0..1The total amount excluding all associated taxes (e.g., sales tax, VAT, GST or any associated tax). 
/@AmountAfterTax0..1The total amount including all associated taxes (e.g., sales tax, VAT, GST or any associated tax). 
IDS-331TBA
TBA PWS
HTNG_HotelCheckInNotifRQOutboundOnPremwhole message
HTNG_HotelCheckInNotifRQ implemented for OnPrem and it generates as soon as the room gets check in.PWS-2737
HTNG_HotelCheckOutNotifRQOutboundOnPremwhole message
HTNG_HotelCheckOutNotifRQ implemented for OnPrem and it generates as soon as the room gets check out.PWS-2735
IO_StatsNotifRQoutboundOnPremIO_StatsNotifRQ | Statistics | Statistic | StatisticApplicationSets | StatisticApplicationSet | CountCategorySummaries | CountCategorySummary
Add the CountCategorySummary to the property levelPWS-2746

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outboundOnPremOTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:ProfileInfoExtensions
Remove the ProfileInfoExtension from the ProfileModify Element and add it to the Customer/Company ElementPWS-2771

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outboundOnPrem

OTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:Solutation 


Remove the Attribute Solutation|@Value + Add the information into the root Element of the SolutationPWS-2772
OTA_HotelInvCountNotifRQoutboundOnPremno changes in XML
Send Delta inventory changesPWS-112
OTA_ProfileModifyRQoutboundOnPremOTA_ProfileModifyRQ | ProfileModify | StatusCode

Extend the StatusCode for Profiles

1= Marked for deletion

2= Lapsed



TBA IPA
OTA_HotelResNotifRQ InboundpAirOTA_HotelResNotifRQ | HotelReservations | HotelReservation | RoomStays | RoomStay | RoomRates | RoomRate
<RoomRate BookingCode="JST" EffectiveDate="2020-08-31" ExpireDate="2020-09-01" InvBlockCode="" NumberOfUnits="1" RatePlanCategory="BAR" RatePlanCode="Alireza" RatePlanID="28" RoomID="10-2L" RoomTypeCode="JST">
Receiving an inbound reservation with @InvBlockCode = "" will delete and remove the assigned allotment.IPA-823

PWS 3.3.X 






HTNG_HotelFolioNotifRQ

HNTG_HotelFolioRS

outboundonPrem

no changes in XML


GuestPayable = false should be used for all types of payments that have the type DEBITOR assigned.

GuestPayable = true should be used for all types of payments that have the type CC assigned.

PWS-2677PWS 3.3.X
HTNG_HotelCheckOutNotifRQ outboundOnPrem

no changes in XML

HTNG_HotelCheckOutNotifRQ/RSImplement the HTNG_HotelCheckOutNotifRQ outboundPWS-2735PWS 3.3.X
HTNG_HotelCheckInNotifRQ outboundOnPremno changes in XMLHTNG_HotelCheckInNotifRQ/RSImplement the HTNG_HotelCheckInNotifRQ outboundPWS-2737PWS 3.3.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outboundOnPremOTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:UserDefinedFieldExtensions
<OTA_ProfileCreateRQ>
	<Profile>
		<Customer>
			<TPA_Extensions>
				<px:UserDefinedFieldExtensions>
					<px:UserDefinedField Name="Test" Type="Integer">1</px:UserDefinedField>
					<px:UserDefinedField Name="Test_2" Type="String">222</px:UserDefinedField>
				</px:UserDefinedFieldExtensions>
			</TPA_Extensions>
Add the Element px:UserDefinedFieldExtensions to the outbound Profile messagePWS-2704PWS 3.3.X
OTA_HotelResNotifRQoutboundOnPremOTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | TPA_Extension | StayInfo | @RegistrationCode
<OTA_HotelResNotifRQ>
	<HotelReservations>
		<HotelReservation>
			<ResGuests>
				<ResGuest>
					<TPA_Extensions>
						<px:GuestStayExtensions>
							<px:StayInfo Arrival="2021-07-15T14:19:00" Departure="2021-07-18T08:24:00" RegistrationCode="10006"/>
						</px:GuestStayExtensions>
Add the new Attribute @RegistrationCode to display the Registration NumberPWS-2733PWS 3.3.X
OTA_HotelResNotifRQoutboundOnPremOTA_HotelResNotifRQ | HotelReservations | HotelReservation | Services
<Service ID="1" ID_Context="protelIO" Type="18" ServicePricingType="Per stay" ServiceInventoryCode="Notebook" InventoryBlockCode="Technik" Quantity="1" RequestedIndicator="true">
	<ServiceDetails>
		<TimeSpan Start="pobjres.d1" End="pobjres.d2"/>
		<Comments>
			<Comment Name="RentableObject" >
				<Text TextFormat="PlainText">Notebook</Text>
			</Comment>
		</Comments>
	</ServiceDetails>
</Service>
OTA_HotelResNotifRQ | HotelReservations | HotelReservation | Services | ServiceServiceDetails | Comments | Comment | @Name="RentableObject"PWS-11463.3.X
HTNG_HotelCheckInNotifRQinboundOnPremno changes in XML
In case of receiving a Check-in for a reservation without assigned room. The PWS takes the first available clean/checked room when choosing a RoomID in order to assign it to the reservation. 
In OnPrem it is possible to assign preferred rooms in a Profile
PWS-26563.3.X

IPA 21.30 






HTNG_ChargePostingRQInboundpAirno changes in XML
<htng:HTNG_ChargePostingRQ xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2021-03-18T11:32:36Z" xmlns:htng="http://htng.org/2014B" xmlns:p="http://protel.io/soap" xmlns:px="http://protel.io/htng/extensions" EchoToken="IPA_910_01" Version="1" CorrelationID="IPA_910_01" PrimaryLangID="en_US">
	<htng:POS>
		<Source>
			<RequestorID Type="10" ID_Context="protelIO"/>
			<BookingChannel Primary="true"/>
		</Source>
	</htng:POS>
	<htng:Posting>
		<htng:Transaction>
			<htng:RevenueDetails>
				<htng:RevenueDetail Amount="30.00" CurrencyCode="EUR" Description="package3" ReferenceID="0" SubTypeID="Batch" TransactionDate="2020-08-29">
					<htng:UnitPrice AmountAfterTax="30.00" AmountBeforeTax="25.00" CurrencyCode="EUR" Type="31"/>
					<htng:ExtendedPrice AmountAfterTax="30.00" AmountBeforeTax="25.00" CurrencyCode="EUR" Quantity="1" Type="31"/>
					<htng:RevenueDetailItems>
						<htng:RevenueDetailItem Amount="10.00" CurrencyCode="EUR" GuestViewable="false" PMSRevenueCode="302" RevenueCategoryCode="6" TransactionDate="2020-08-29">
							<htng:UnitPrice AmountAfterTax="10.00" AmountBeforeTax="8.33" CurrencyCode="EUR" Type="31">
								<Taxes CurrencyCode="EUR">
									<Tax Amount="1.67" CurrencyCode="EUR" Percent="20.00" Type="Inclusive"/>
								</Taxes>
							</htng:UnitPrice>
							<htng:ExtendedPrice AmountAfterTax="10.00" AmountBeforeTax="8.33" CurrencyCode="EUR" Quantity="1" Type="31">
								<Taxes CurrencyCode="EUR">
									<Tax Amount="1.67" CurrencyCode="EUR" Percent="20.00" Type="Inclusive"/>
								</Taxes>
							</htng:ExtendedPrice>
						</htng:RevenueDetailItem>
						<htng:RevenueDetailItem Amount="20.00" CurrencyCode="EUR" GuestViewable="false" PMSRevenueCode="246" RevenueCategoryCode="6" TransactionDate="2020-08-29">
							<htng:UnitPrice AmountAfterTax="20.00" AmountBeforeTax="16.67" CurrencyCode="EUR" Type="31">
								<Taxes CurrencyCode="EUR">
									<Tax Amount="3.33" CurrencyCode="EUR" Percent="20.00" Type="Inclusive"/>
								</Taxes>
							</htng:UnitPrice>
							<htng:ExtendedPrice AmountAfterTax="20.00" AmountBeforeTax="16.67" CurrencyCode="EUR" Quantity="1" Type="31">
								<Taxes CurrencyCode="EUR">
									<Tax Amount="3.33" CurrencyCode="EUR" Percent="20.00" Type="Inclusive"/>
								</Taxes>
							</htng:ExtendedPrice>
						</htng:RevenueDetailItem>
					</htng:RevenueDetailItems>
					<htng:Account ID="1793" ID_Context="protelIO" Type="14"/>
				</htng:RevenueDetail>
			</htng:RevenueDetails>
		</htng:Transaction>
	</htng:Posting>
</htng:HTNG_ChargePostingRQ>
Creating package trough the ChargePostingRQ and by SubType = "Batch"
The incoming charges need to be able to include different items with multiple tax values which get stated as one item package on the client´s invoice.
IPA-91021.30

IPA 21.28 








IO_StatsNotifRQoutboundpAirIO_StatsNotifRQ | Statistics | Statistic | StatisticApplicationSets | StatisticApplicationSet | CountCategorySummaries | CountCategorySummary
<StatisticApplicationSet End="2021-04-11" Start="2021-04-11">
	<RevenueCategorySummaries>
		<RevenueCategorySummary Amount="0.00" CurrencyCode="EUR" RevenueCategoryCode="3"/>
		<RevenueCategorySummary Amount="0.00" CurrencyCode="EUR" RevenueCategoryCode="123"/>
		<RevenueCategorySummary Amount="16.48" CurrencyCode="EUR" RevenueCategoryCode="6"/>
		<RevenueCategorySummary Amount="17.30" CurrencyCode="EUR" RevenueCategoryCode="126"/>
		<RevenueCategorySummary Amount="323.64" CurrencyCode="EUR" RevenueCategoryCode="9"/>
		<RevenueCategorySummary Amount="346.30" CurrencyCode="EUR" RevenueCategoryCode="129"/>
		<RevenueCategorySummary Amount="0.00" CurrencyCode="EUR" RevenueCategoryCode="0"/>
		<RevenueCategorySummary Amount="0.00" CurrencyCode="EUR" RevenueCategoryCode="120"/>
		<RevenueCategorySummary Amount="340.12" CurrencyCode="EUR" RevenueCategoryCode="17"/>
		<RevenueCategorySummary Amount="363.60" CurrencyCode="EUR" RevenueCategoryCode="1217"/>
	</RevenueCategorySummaries>
	<CountCategorySummaries>
		<CountCategorySummary CountCategoryCode="8" SummaryCount="194"/>
		<CountCategorySummary CountCategoryCode="9" SummaryCount="194"/>
		<CountCategorySummary CountCategoryCode="10" SummaryCount="0"/>
		<CountCategorySummary CountCategoryCode="11" SummaryCount="0"/>
		<CountCategorySummary CountCategoryCode="12" SummaryCount="0"/>
		<CountCategorySummary CountCategoryCode="13" SummaryCount="0"/>
		<CountCategorySummary CountCategoryCode="22" SummaryCount="0"/>
		<CountCategorySummary CountCategoryCode="19" SummaryCount="0"/>
		<CountCategorySummary CountCategoryCode="14" SummaryCount="37"/>
		<CountCategorySummary CountCategoryCode="15" SummaryCount="0"/>
	</CountCategorySummaries>
Add the CountCategorySummary to the property levelIPA-92121.28
OTA_HotelResNotifRQinboundpAirOTA_HotelResNotifRQ | HotelResservations | HotelReservation | ResGuests | ResGuest
Profile Modify
<ResGuests>
    <ResGuest ResGuestRPH="7408275281816" PrimaryIndicator="true">
        <Profiles>
            <ProfileInfo>
                <UniqueID ID="7408275281816" Type="1" ID_Context="External"/>
                <UniqueID ID="45641" Type="1" ID_Context="protelIO"/>
                <Profile ProfileType="1">
                    <Customer Gender="Female" BirthDate="1986-06-06" Language="de">
                        <PersonName>
                            <NamePrefix>Mrs</NamePrefix>
                            <GivenName>Johane</GivenName>
                            <Surname>Doe</Surname>
                        </PersonName>
                        <Telephone DefaultInd="false" FormattedInd="false" PhoneLocationType="6" PhoneNumber="12345" PhoneTechType="1"/>
                        <Telephone DefaultInd="true" FormattedInd="false" PhoneLocationType="10" PhoneNumber="6789101112" PhoneTechType="5"/>
                        <Email DefaultInd="true" EmailType="1">test@protel.net</Email>
                        <Address DefaultInd="true" FormattedInd="false" Type="1">
                            <AddressLine>Add 1</AddressLine>
                            <AddressLine>Addr 2</AddressLine>
                            <AddressLine>Addr 3</AddressLine>
                            <CityName>Dortmund</CityName>
                            <PostalCode>618488</PostalCode>
                            <CountryName Code="DE">Germany</CountryName>
                        </Address>
                    </Customer>
                </Profile>
            </ProfileInfo>
        </Profiles>
        <TPA_Extensions>
            <px:GuestStayExtensions>
                <px:StayInfo Arrival="2021-08-10T12:00:00+02:00" Departure="2021-08-12T12:00:00+02:00" PrimaryInd="true" Role="ArrivingGuest" Status="Reserved"/>
            </px:GuestStayExtensions>
        </TPA_Extensions>
    </ResGuest>
It will now be possible to modify Guest Profile data using the inbound reservation message for the usage of CRS systems. No profile objects will be subject of deletion. Complete profile modifications will still be possible only with the OTA_ProfileModifyRQ.IPA-90221.28
OTA_HotelResNotifRQinboundpAir

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | RoomStays | RoomStay | Comments | Comment @CommentOriginatorCode

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | RoomStays | RoomStay | Comments | Comment @Name

Comment
<Comments>
    <Comment CommentOriginatorCode="PMS-Frontend" GuestViewable="true">
        <Text TextFormat="PlainText">Internal PMS user comment</Text>
    </Comment>
    <Comment CommentOriginatorCode="iHotelier" GuestViewable="true" Name="Arrival Info">
        <Text TextFormat="PlainText">External partner comment</Text>
    </Comment>
</Comments>

It will now be possible for IO partners to maintain a comment section of their own in the PMS - create/modify. 

If @CommentOriginatorCode and @Name are not provided - then only one comment line is supported. The external comment section in the PMS will always be overwritten

If @CommentOriginatorCode="PMS-Frontend" then the value of the Text element refers to a comment left by the PMS owner. This value should not be used inbound.

For each unique @CommentOriginatorCode and @Name pair - new comment line is appended in the PMS resevation comment section. Modification on it is achievable with the same unique pair values.

IPA-90621.28

IPA 21.26 








IO_InvoiceFiscalizeRQ OutboundpAirIO_InvoiceFiscalizeRQ | Invoice | InvoiceRecipientReminderCode 
<p:IO_InvoiceFiscalizeRQ xmlns:p="http://protel.io/soap" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:htng="http://htng.org/2014B" CorrelationID="INV#2100171#CLOSE#000043#1624887140070#E520" RetransmissionInd="true" TimeStamp="2021-06-28T13:32:20Z" Version="1.0">
...
	<p:Invoice BusinessDate="2021-06-14" ExternallyFiscalized="false" FiscalCode="432" FiscalCodeID="2" FiscalCodeName="ΑΠΟΔΕΙΞΗ ΠΑΡΟΧΗΣ ΥΠΗΡΕΣΙΩΝ" FiscalDate="2021-06-28T15:32:20+02:00" Fiscalized="true" InvoiceCode="RE_1121" InvoiceDate="2021-06-17T15:45:33+02:00" InvoiceID="1607" Open="false" PastEndOfDay="false" Type="Reservation" User="Alireza Memarifard" UserTaxNo="" Void="false">
		<p:InvoiceRecipient ProfileID="799" ProfileType="Customer">
			<p:FirstName/>
			<p:LastName>Kxxx</p:LastName>
			<p:Nationality>BE</p:Nationality>
			<p:Language>en_US</p:Language>
			<p:Notes/>
			<p:Gender/>
			<p:Addresses/>
		</p:InvoiceRecipient>
		<p:InvoiceRecipientReminderCode Code="Standard" CurrencyCode="EUR" Description="Standard" Inactive="false" PrimaryInd="true">
			<p:Level Days="30" Fee="0.000000000" Step="0"/>
			<p:Level Days="30" Fee="0.000000000" Step="1"/>
			<p:Level Days="30" Fee="0.000000000" Step="2"/>
			<p:Level Days="30" Fee="0.000000000" Step="3"/>
			<p:Level Days="30" Fee="0.000000000" Step="4"/>
		</p:InvoiceRecipientReminderCode>
		...
Adding Invoice Recipient reminder codes to the outbound message with multiple level element.IPA-897

IPA 21.24 








OTA_HotelResNotifRQoutboundpAirOTA_HotelResNotifRQ | HotelReservations | HotelReservation | TPA_Extensions | ReservationExtensions | CancellationInfo
<OTA_HotelResNotifRQ>
	<HotelReservations>
		<HotelReservation ResStatus="Cancelled">
			<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
				<px:ReservationExtensions>
					<px:CancellationInfo ID="14" Type="15" ID_Context="protelIO" Code="Test" Timestamp="2017-09-10T12:25:00" User="protel">Falsches Datum</px:CancellationInfo>
				</px:ReservationExtensions>
Add the TPA_Extension "CancellationInfo"IPA-87421.24
OTA_HotelInvBlockNotifRQ outboundpAirOTA_HotelInvBlockNotifRQ | TPA_Extensions | ReservationExtensions | ReservationExtension | px:CancellationInfo 
<OTA_HotelInvBlockNotifRQ>
	<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
		<px:ReservationExtensions>
			<px:CancellationInfo ID="14" Type="15" ID_Context="protelIO" Code="Test" Timestamp="2017-09-10T12:25:00" User="protel">Falsches Datum</px:CancellationInfo>
		</px:ReservationExtensions>
Add the TPA_Extension "CancellationInfo"IPA-87421.24

PWS 3.2.X 

OTA_HotelInvBlockNotifRQinboundOnPremno changes in XML
To re-instate a cancelled block you can now send a request with TransactionAction="Modify" in combination with InvBlockStatusCode="5" and BookingStatus="Closed". PWS-26903.2.X
OTA_HotelAvailNotifRQInboundOnPremno changes in XML
<OTA_HotelAvailNotifRQ MessageContentCode="3" TimeStamp="2018-12-03T00:00:00.000Z" Version="2">
	<AvailStatusMessages HotelCode="3153">
		<AvailStatusMessage>
			<StatusApplicationControl Mon="true" Tue="true" Weds="true" Thur="true" Fri="true" Sat="true" Sun="true" Start="2017-07-04" End="2017-07-06" InvTypeCode="CS" RatePlanCode="Ali1"/>
			<LengthsOfStay>
				<LengthOfStay Time="1" TimeUnit="Day" MinMaxMessageType="SetMinLOS"/>
			</LengthsOfStay>
			<UniqueID Type="16" ID_Context="info.rateboard.rms" ID="2"/>
		</AvailStatusMessage>
	</AvailStatusMessages>
</OTA_HotelAvailNotifRQ>

Treat the inbound MLOS="1" as a default value and do not set it as a restriction.

  • if there is a previous restriction already set with a higher value for the same room/rate, then it will have to be removed
  • if there is no previous restriction for the room/rate - then no restriction should be set
PWS-26273.2.X
HTNG_HotelCheckInNotifRQ InboundOnPrem
  • HTNG_HotelCheckInNotifRQ|@RetransmissionIndicator
  • HTNG_HotelCheckInNotifRQ|HotelReservation@ResStatus
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Body>
		<htng:HTNG_HotelCheckInNotifRQ xmlns:htng="http://htng.org/2014B" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:px="http://protel.io/htng/extensions" CorrelationID="IPA_798_02" EchoToken="IPA_798_02" Version="1" Timestamp="2020-07-23T14:58:16Z" RetransmissionIndicator="true">
			<POS>
				<Source>
					<RequestorID ID="2787" Type="10" ID_Context="protelIO"/>
					<BookingChannel Type="4" Primary="true"/>
				</Source>
			</POS>
			<htng:Room RoomID=""/>
			<htng:HotelReservations>
				<HotelReservation ResStatus="Reserved">
					<UniqueID ID="1742" ID_Context="protelIO" Type="14"/>
				</HotelReservation>
			</htng:HotelReservations>
		</htng:HTNG_HotelCheckInNotifRQ>
	</env:Body>
</env:Envelope>

Extend the functionality, allow to void a check-in.

Needed Attributes

  • HTNG_HotelCheckInNotifRQ|@RetransmissionIndicator = "true "
  • HTNG_HotelCheckInNotifRQ|HotelReservation@ResStatus = "Reserved"
PWS-2508PWS 3.2.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

OutboundOnPremOTA_ProfileCreateRQ | Profile | TPA_Extenstion | UserDefinedFieldExtensions
...
		<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
			<px:UserDefinedFieldExtensions>
				<px:UserDefinedField Name="Pet Name" Type="String">PEPELOLO</px:UserDefinedField>
				<px:UserDefinedField Name="Car Rental Name" Type="String">Avis</px:UserDefinedField>
			</px:UserDefinedFieldExtensions>
			<px:ProfileInfoExtensions>
				<px:Salutation ID="1" ID_Context="protelIO" Type="Salutation" Value="Dear Mr. PWS2704" />
			</px:ProfileInfoExtensions>
		</TPA_Extensions>
	</ProfileModify>
</OTA_ProfileModifyRQ>
Add the UDF to the TPA_ExtensionPWS-2704PWS 3.2.0

IO_SystemDataRS 

outboundOnPremIO_SystemDataRS | SystemData | Rates | RatePlanGroups | RatePlanGroup | Description
<ns2:RatePlanGroups>
	<ns2:RatePlanGroup ID="108" ID_Context="protelIO" Code="Test" Visible="true" Type="Standard">
		<ns2:Description Language="de_DE">Testrate mit zubuchbaren Paketen</ns2:Description>
	</ns2:RatePlanGroup>
</ns2:RatePlanGroups>
Add the Description to the RatePlanGroupPWS-2692PWS 3.2.0
OTA_HotelResNotifRQoutboundonPremOTA_HotelResNotifRQ | HotelReservations | HotelReservation | TPA_Extensions | ReservationExtensions | CancellationInfo
<OTA_HotelResNotifRQ>
	<HotelReservations>
		<HotelReservation ResStatus="Cancelled">
			<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
				<px:ReservationExtensions>
					<px:CancellationInfo ID="14" Type="15" ID_Context="protelIO" Code="Test" Timestamp="2017-09-10T12:25:00" User="protel">Falsches Datum</px:CancellationInfo>
				</px:ReservationExtensions>
Add the TPA_Extension "CancellationInfo"PWS-2658PWS 3.2.0
OTA_ProfileModifyRQ
OTA_ProfileCreateRQ
OTA_ProfileMergeRQ
outboundOnPremTPA_Extensions | ProfileInfoExtensions | StatisticalInfos | @Source
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
	<px:ProfileInfoExtensions>
		<px:Salutation ID="1" ID_Context="protelIO" Type="Salutation" Value="Dear Mr. KSV" />
		<px:StatisticalInfos Source="Fair & Exhibition Contact" />
	</px:ProfileInfoExtensions>
</TPA_Extensions>
Implement the elemet and attribute of StatisticalInfos in profile outbound to hold the value of sales source of the guests.PWS-2679PWS 3.2.X
IO_SystemDataRSoutboundOnPrem

Implement the SystemData Msg for OnPremPWS-2222PWS 3.2.X

IPA 21.22

HTNG_HotelFolioRSoutboundpAirno changes in XML
Routing instructions are now reflected in RevenueDetails for RevenueForecast.IPA-88521.22

IPA 21.20

OTA_HotelStatsNotifRQoutboundpAirno changes in XML

The message contains the following FiscalDates:

  • px:POSExtensions | HotelInfo | @FiscalDate = Current Business date in PMS
  • Statistics | Statistic | @FiscalDate = always the date the last End of Day process has been done for (last completed business day)
IPA-88821.20

PWS 3.1

HTNG_ChargePostingRQinboundOnPremno changes in xml

If Posting/Transaction/RevenueDetails/RevenueDetail @Description is provided, PWS will use it to fill leist.zustext. If there is no description delivered, PWS will use zahlart.bez for SubTypeID="Payment" and ukto.bez for SubTypeID="Revenue". For Deposit the description is not used.

PWS-2441 PWS 3.1.X
OTA_ProfileModifyRSoutboundOnPremno changes in XML
...
<Success/>
<Warnings>
	<Warning ShortText="Missing Configuration for OtaTab in mpe 0: Collection: PropertyAmenityPref,CodeValue: 61, CodeList: HAC
Missing Configuration for OtaTab in mpe 0: Collection: RoomAmenityPref, CodeValue: 16, CodeList: RMA" Code="172" Type="3">Missing Configuration for OtaTab in mpe 0: Collection: PropertyAmenityPref, CodeValue: 61, CodeList: HAC Missing Configuration for OtaTab in mpe 0: Collection: RoomAmenityPref, CodeValue: 16, CodeList: RMA</Warning>
</Warnings>
...
Add Warning elements for missing OTA mappingsPWS-2551PWS 3.1.X
OTA_ProfileCreateRQ
OTA_ProfileModifyRQ
outboundOnPremProfile | TPA_Extensions | px:ProfileInfoExtensions | Traces | Trace
Profile | TPA_Extensions | px:ProfileInfoExtensions | Traces | Trace | @TraceBegin

<px:ProfileInfoExtensions>
	<px:Traces>
		<px:Trace TraceBegin="2018-09-20T00:00:00" TraceDepartment="Restaurant">Allergiker!</px:Trace>
		<px:Trace TraceBegin="2018-09-20T00:00:00" TraceDepartment="Housekeeping">Zweites Kissen</px:Trace>
	</px:Traces>
</px:ProfileInfoExtensions>
Corrected the xml structure for traces to fit the XSD. Changed TraceDate and TraceTime to TraceBegin and added Trace element inside Traces element.PWS-2597PWS 3.1.3
OTA_HotelInvBlockNotifRQoutboundOnPremOTA_HotelInvBlockNotifRQ | InvBlocks | Contacts | Contact
<InvBlocks>
	<InvBlock>
		<Contacts>
			<Contact ContactType="Company" RPH="5">
				<CompanyName>protel hotelsoftware GmbH</CompanyName>
			</Contact>
		</Contacts>
	</InvBlock>
</InvBlocks>
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
	<px:ProfileInfoExtensions>
		<px:ContactDetails>
			<px:AdditionalInfo>
				<px:Entry  RPH="3" ID="36866" ID_Context="protelIO" Type="4" DefaultInd="true">protel hotelsoftware GmbH</px:Entry>
			</px:AdditionalInfo>
		</px:ContactDetails>
	</px:ProfileInfoExtensions>
	<InvBlockExtensions>
		<InvBlockID ID="8" ID_Context="protelIO" Type="18"/>
	</InvBlockExtensions>
</TPA_Extensions>
Extend the Element Entry with the Attribute @RPHPWS-2626PWS 3.1.X
OTA_HotelInvBlockNotifRQinbound/outboundOnPremOTA_HotelInvBlockNotifRQ | InvBlocks | Contacts | Contact | @ContactType
<OTA_HotelInvBlockNotifRQ>
	<InvBlocks>
		<InvBlock>
			<Contact ContactType="Travel Agency" RPH="2">
				<CompanyName>Travel Agent</CompanyName>
			</Contact>
			<Contact ContactType="Wholesaler" RPH="3">
				<CompanyName>Wholesaler</CompanyName>
			</Contact>
			<Contact ContactType="Group" RPH="4">
				<CompanyName>Group</CompanyName>
			</Contact>
			<Contact ContactType="Company" RPH="5">
				<CompanyName>Company</CompanyName>
			</Contact>
			<Contact ContactType="Customer">
				<PersonName>
					<Surname>Customer</Surname>
				</PersonName>
			</Contact>		

Modify the Values for the ContactType, use the following

  • Customer
  • Company
  • Traven Agency
  • Wholesaler
  • Group
PWS-2621PWS 3.1.X
OTA_ReadRQoutboundOnPremOTA_ReadRQ | ReadRequests | ReadRequest | Customer | Telephone
<?xml version='1.0' encoding='utf-8'?>
<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" CorrelationID="BusinessCase8" Version="0" MaxResponses="20">
    <POS>
        <Source>
            <RequestorID ID="2570" Type="10" ID_Context="protelIO"/>
        </Source>
    </POS>
    <ReadRequests>
        <ProfileReadRequest ProfileTypeCode="1">
            <Customer>
                <PersonName>
                    <Surname>Maus</Surname>
                </PersonName>
                <Telephone PhoneNumber="01122233344456"/>
            </Customer>
        </ProfileReadRequest>
    </ReadRequests>
</OTA_ReadRQ>
Extend the ReadRQ with the Element <Telephone>PWS-2583PWS 3.1.X
HTNG_HotelCheckInNotifRQinboundOnPremno changes in XML
Extend the Check-In for DayUse ReservationPWS-2509PWS 3.1.X
HTNG_HotelCheckOutNotifRSOutboundOnPremno changes in XML
If HTNG_HotelCheckOutNotifRS contained some errors, the error details would be shown in IFC error message in OnPrem.PWS-2128PWS 3.1.X
OTA_ReadRQ/OTA_ResRetrieveRSInboundOnPremroot
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htng:CorrelationID xmlns:htng="http://htng.org/PWSWG/2007/02/AsyncHeaders">PWS_667_08</htng:CorrelationID>
	</env:Header>
	<env:Body>
		<OTA_ReadRQ CorrelationID="PWS_667_08" EchoToken="PWS_667_08" MaxResponses="2" TimeStamp="2019-06-10T19:10:00Z" xmlns="http://www.opentravel.org/OTA/2003/05">
			<POS>
				<Source>
					<RequestorID ID="3153" Type="10" ID_Context="protelIO"/>
					<BookingChannel Type="4" Primary="true"/>
				</Source>
			</POS>			
			<ReadRequests>
				<HotelReadRequest>
					<SelectionCriteria Start="2017-07-01" End="2017-07-03" ResStatus="Reserved"/>
				</HotelReadRequest>
			</ReadRequests>
		</OTA_ReadRQ>
	</env:Body>
</env:Envelope>
 OTA_ReadRQ / @MaxResponses. Deliver only the specified number in the response.PWS-667PWS 3.1.X
OTA_ResRetrieveRS OutboundOnPremno changes in XML
...
<Customer Gender="Unknown" BirthDate="1900-01-01" Language="ENG">
	<PersonName>
		<NamePrefix/>
		<GivenName>hasan</GivenName>
		<MiddleName/>
		<Surname>karami</Surname>
	</PersonName>
	<Telephone PhoneNumber="0231555666" PhoneLocationType="6" PhoneTechType="1" DefaultInd="true"/>
	<Telephone PhoneNumber="09122225556" PhoneLocationType="10" PhoneTechType="5" DefaultInd="true"/>
	<Telephone PhoneNumber="0231999888" PhoneLocationType="6" PhoneTechType="3" DefaultInd="true"/>
	<Address FormattedInd="false" Type="1" DefaultInd="true">
		<StateProv/>
		<CountryName Code="DE">Germany</CountryName>
	</Address>
	<CitizenCountryName DefaultInd="true" Code="DE"/>
	<Document DocID="123456" DocType="2" ExpireDate="2025-10-10"/>
</Customer>
...

 The following issue has solved:

  • Document element doesn't multiply by the language codes 
  • Values for EffectiveDate and ExpireDate should not be displayed if they are default values 
  • For other search criteria like Date range with reservation status request, all possible combinations of Telephone element display.
PWS-2528PWS 3.1.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

InboundOnPrem

Vip codes

OTA_ProfileCreateRQ | Profile | TPA_Extensions | ProfileInfoExtensions | VipCodes | Code


OTA_ProfileModifyRQ | ProfileModify | TPA_Extensions | ProfileInfoExtensions | VipCodes | Code

Marketing codes
OTA_ProfileCreateRQ | Profile | TPA_Extensions | ProfileInfoExtensions | MarketingCodes | Code


OTA_ProfileModifyRQ | ProfileModify | TPA_Extensions | ProfileInfoExtensions | MarketingCodes | Code

<OTA_ProfileModifyRQ>
	<UniqueID Type="1" ID="220441" ID_Context="protelIO"/>
	<ProfileModify ProfileType="1" LastModifyDateTime="2020-09-16T13:13:15" ShareAllOptOutInd="No" CreatorId="protelIO" LastModifierID="dailypoint">
Extend the inbound Profile Message to import inbound Vip and Marketing CodePWS-2373PWS 3.1.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

InboundOnPrem

OTA_ProfileCreateRQ | Profile | Customer | CustLoyalty | SubAccountBalance | @Balance 

OTA_ProfileModifyRQ | ProfileModify |  | Customer | CustLoyalty | SubAccountBalance | @Balance 

CustLoyalty ProgramID="4444" MembershipID="4444" RPH="4" PrimaryLoyaltyIndicator="false" AllianceLoyaltyLevelName="GHA" Remark="" LoyalLevel="PLATINUM" SignupDate="2019-05-17" EffectiveDate="2019-05-18" ExpireDate="2019-05-18" ShareMarketInd="No" ShareSyncInd="No">
	<SubAccountBalance Type="Type1" Balance="50"/>
</CustLoyalty>
Extend the inbound Profile Message to import inbound the value of the Balance of a Loyalty CardPWS-2388PWS 3.1.X

OTA_ResRetrieveRS

OutboundOnPremOTA_ResRetrieveRS | Succes
<Success/>
<Warnings>
	<Warning ShortText="No reservation found for id: 345521"/>
</Warnings>
<ReservationsList/>
Currently if no result is found for a Reservation LookUp the PWS is sending a "Error + Warning" we will modifiy this to "Success+Warning"PWS-1323PWS 3.1.X
OTA_HotelAvailRQInboundOnPremOTA_HotelAvailRQ | AvailRequestSegments | AvailRequestSegment | HotelSearchCriteria | Criterion | RoomStayCandidates | RoomStayCandidates
<Criterion>
	<StayDateRange End="2020-01-05" Start="2020-01-01"/>
		<RoomStayCandidates>
			<RoomStayCandidate RoomTypeCode="1BR">
				<GuestCounts>
					<GuestCount AgeQualifyingCode="10" Count="1"/>
				</GuestCounts>
			<RoomAmenity RoomAmenity="1"/>
		</RoomStayCandidate>
		<RoomStayCandidate RoomTypeCode="FCA">
				<GuestCounts>
					<GuestCount AgeQualifyingCode="10" Count="1"/>
				</GuestCounts>
			<RoomAmenity RoomAmenity="1"/>
		</RoomStayCandidate>
	</RoomStayCandidates>
</Criterion>
Search for multiple RoomTypeCode is possiblePWS-1321PWS 3.1.X
IO_StatsNotifRQoutboundOnPremno changes in XML
Add a config, to configure the days in the after EOD reportPWS-2519PWS 3.1.X
OTA_HotelAvailRSoutboundOnPremno changes in XML
If the inbound OTA_HotelAvailRQ contains filters for a floor, the RS will now only show rooms for the requested floor.PWS-709PWS 3.1.X
HTNG_ChargePostingRSoutbound OnPremno changes in XML
For posted payments or revenue to a reservation ID the RS will hold a warning element if the payment / revenue was posted to a different folio window. If there are already folio windows closed for this reservation, the PWS will try to post the payment/revenue to the next free folio window. The RS will hold the used folio window in the warning element.PWS-2427PWS 3.1.X
OTA_HotelAvailRSoutboundOnPremno changes in XML
If the inbound OTA_HotelAvailRQ contains filters for RoomIDs, the RS will now only show these roomIDs.PWS-1320PWS 3.1.X
PWSOTA_HotelAvailRQinboundOnPremOTA_HotelAvailRQ | @MaxResponses
<OTA_HotelAvailRQ EchoToken="EchoToken_String" HotelStayOnly="true" ExactMatchOnly="false" TimeStamp="2018-12-03T09:30:47Z" Version="5.000" Target="Test" MaxResponses="5" xmlns="http://www.opentravel.org/OTA/2003/05">
	<POS>
		<Source>
			<RequestorID Type="10" ID_Context="protelIO" ID="3152"/>
		</Source>
	</POS>
	<AvailRequestSegments>
		<AvailRequestSegment AvailReqType="Room">
			<HotelSearchCriteria>
				<Criterion>
					<StayDateRange End="2018-11-11" Start="2018-11-10"/>
					<RoomStayCandidates>
						<RoomStayCandidate RoomTypeCode="EZ">
							<GuestCounts>
								<GuestCount AgeQualifyingCode="10" Count="1"/>
							</GuestCounts>
						</RoomStayCandidate>
					</RoomStayCandidates>
				</Criterion>
			</HotelSearchCriteria>
		</AvailRequestSegment>
	</AvailRequestSegments>
	<HotelReservationIDs>
	</HotelReservationIDs>
</OTA_HotelAvailRQ>
Limits the number of responses (elements in TPA_Extensions | AvailabilityExtensions | RoomAvailable) in OTA_HotelAvailRSPWS-1319PWS 3.1.X
OTA_HotelRatePlanNotifRSoutboundOnPremOTA_HotelRatePlanNotifRS | RatePlanCrossRefs | @RequestRatePlanCode
OTA_HotelRatePlanNotifRS | RatePlanCrossRefs | @ResponseRatePlanCode
<OTA_HotelRatePlanNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2021-02-17T11:12:36Z" Version="3.000" CorrelationID="PWS-636-SR3" EchoToken="PWS-636-SR3">
	<Success/>
	<RatePlanCrossRefs RequestRatePlanCode="Test" ResponseRatePlanCode="Test"/>
</OTA_HotelRatePlanNotifRS>
Added the element RatePlanCrossRefs with attributes @RequestRatePlanCode and @ResponseRatePlanCode to the RS message.PWS-636PWS 3.1.X
OTA_HotelAvailRQinboundOnPremOTA_HotelAvailRQ | AvailRequestSegments | AvailRequestSegment | HotelSearchCriteria | Criterion | Profiles
<OTA_HotelAvailRQ
    xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken_String" HotelStayOnly="true" ExactMatchOnly="false" TimeStamp="2018-12-03T09:30:47Z" Version="5.000" Target="Test">
    <POS>
        <Source>
            <RequestorID Type="10" ID_Context="protelIO" ID="3236" />
        </Source>
    </POS>
    <AvailRequestSegments>
        <AvailRequestSegment AvailReqType="Room">
            <HotelSearchCriteria>
                <Criterion>
                    <StayDateRange Start="2020-08-01" End="2020-08-05" />
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="123456" ID_Context="protelIO" Type="1" />
                            <Profile/>
                        </ProfileInfo>
                    </Profiles>
                </Criterion>
            </HotelSearchCriteria>
        </AvailRequestSegment>
    </AvailRequestSegments>
</OTA_HotelAvailRQ>

Extended the schema to enable query with profile ID. The query is meant to return special corporate rates linked to the profile.

  • query can be done only for 1 profile id at a time
  • the result will hold only the special corporate rates and no other rates
  • if no profile id is used - other search criteria is applied (no special corporate rates are included)
PWS-2382PWS 3.1.X
OTA_HotelResNotifRQ OutboundOnPremno changes in the XML
Moving a reservation from an IO activated property to a non-IO activated property, trigger an OTA_HotelResNotifRQ message containing ResStatus="cancelled".PWS-2514PWS-3.1.X
OTA_HotelAvailRSOutboundOnPrem

OTA_HotelAvailRS  | Errors | Error | @Type

OTA_HotelAvailRS  | Errors | Error | @RecordID

OTA_HotelAvailRS  | Warnings | Warning | @Type

OTA_HotelAvailRS  | Warnings | Warning | @RecordID

<env:Body>
	<OTA_HotelAvailRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2021-02-15T09:42:06.6389245Z" Version="3.000" CorrelationID="PWS_695_05" EchoToken="PWS_695_05">
		<Errors>
			<Error ShortText="The given date range is invalid." Code="321" RecordID="PWS_695_05" Type="10"/>
		</Errors>
	</OTA_HotelAvailRS>
</env:Body>
Add the Attribute @Type and @RecordID to the OTA_HotelAvailRS  PWS-695PWS-3.1.X
OTA_HotelInvBlockNotifRSOutboundOnPrem

OTA_HotelInvBlockNotifRS | Errors | Error | @Type

OTA_HotelInvBlockNotifRS | Errors | Error | @RecordID

OTA_HotelInvBlockNotifRS | Errors | Error | @ShortText

OTA_HotelInvBlockNotifRS | Warnings | Warning | @Type

OTA_HotelInvBlockNotifRS | Warnings | Warning | @RecordID

OTA_HotelInvBlockNotifRS | Warnings | Warning | @ShortText

<env:Body>
	<OTA_HotelInvBlockNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2021-02-12T13:19:45Z" Version="1.000" CorrelationID="PWS_498_26" EchoToken="PWS_498_26">
		<Errors>
			<Error ShortText="Invalid RoomType CBR22! " Code="321" RecordID="PWS_498_26" Type="3">Invalid RoomType CBR22! </Error>
		</Errors>
	</OTA_HotelInvBlockNotifRS>
</env:Body>	
Add the Attribute @Type, @RecordID and @ShortText to the OTA_HotelAvailRSPWS-489PWS-3.1.X
HTNG_HotelCheckOutNotifRSOutboundOnPrem

HTNG_HotelCheckOutNotifRS | Errors | Error | @Type

HTNG_HotelCheckOutNotifRS | Warnings | Warning | @Type

...
<HTNG_HotelCheckOutNotifRS xmlns="http://htng.org/2014B" TimeStamp="2021-02-11T15:31:55.8228677Z" Version="3.000" CorrelationID="PWS_1167_01" EchoToken="PWS_1167_01">
	<Errors>
		<Error ShortText="CheckOut failed. Could not check out" Code="321" RecordID="341570" Type="10"/>
	</Errors>
</HTNG_HotelCheckOutNotifRS>
...
Add the Attribute @Type to the HTNG_HotelCheckOutNotifRSPWS-1167PWS-3.1.X
OTA_ProfileCreateRQInboundOnPremno changes in the XML
PWS stop modifying the profile in case of income ProfileCreateRQ for already existing profileID and send back Error.PWS-2504PWS-3.1.X
HTNG_HotelCheckInNotifRSOutboundOnPremHTNG_HotelCheckInNotifRS / Errors / Error
HTNG_HotelCheckInNotifRS / Warnings/ Warning
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htnga:CorrelationID xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders">PWS_1047</htnga:CorrelationID>
		<Source xmlns="http://protel.io/soap" Product="protel On Premise SPE" ProductVersion="21.04000" Module="protel.WebServices" ModuleVersion="0.0.0.9181" Service="io.protel.OnPremise"/>
	</env:Header>
	<env:Body>
		<HTNG_HotelCheckInNotifRS xmlns="http://htng.org/2014B" TimeStamp="2021-02-09T12:14:25.4729816Z" Version="3.000" CorrelationID="PWS_1047" EchoToken="PWS_1047">
			<Errors>
				<Error ShortText="Can't check in, the room is dirty." Code="321" RecordID="341562" Type="10"/>
			</Errors>
		</HTNG_HotelCheckInNotifRS>
	</env:Body>
</env:Envelope>
@Type attribute is added to the Error / Warning in HTNG_HotelCheckInNotifRS outbound.PWS-1047PWS-3.1.X
OTA_HotelInvBlockNotifRSOutboundOnPremOTA_HotelInvBlockNotifRS | InvBlockCodeRefs | InvBlockCodeRef
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htnga:CorrelationID xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders">PWS_498_21</htnga:CorrelationID>
		<Source xmlns="http://protel.io/soap" Product="protel On Premise SPE" ProductVersion="21.04000" Module="protel.WebServices" ModuleVersion="0.0.0.9133" Service="io.protel.OnPremise"/>
	</env:Header>
	<env:Body>
		<OTA_HotelInvBlockNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2021-02-08T11:07:56Z" Version="1.000" CorrelationID="PWS_498_21" EchoToken="PWS_498_21">
			<Success/>
			<InvBlockCodeRefs>
				<HotelRef HotelCode="3153"/>
				<InvBlockCodeRef InvBlockCode="202" InvSystemInvBlockCode="1"/>
			</InvBlockCodeRefs>
		</OTA_HotelInvBlockNotifRS>
	</env:Body>
</env:Envelope>
Adding Attribute @InvSystemInvBlockCode to outbound OTA_HotelInvBlockNotifRS . The value of this attribute is equal to RPH of the attached profile to the allotment. PWS-498PWS-3.1.X
HTNG_HotelFolioRSOutboundOnPremHTNG_HotelFolioRS | UniqueID
<HTNG_HotelFolioRS xmlns="http://htng.org/2014B" TimeStamp="2021-02-05T16:14:09.1192388Z" Version="3.000" CorrelationID="PWS_811_01" EchoToken="PWS_811_01" Target="Test" TransactionStatusCode="Start" RetransmissionIndicator="false">
	<UniqueID Type="14" ID="341373" ID_Context="protelIO"/>
	<Success/>
	<Folios>
    ...
UniqueID element with it's attributes added to HTNG_HotelFolioRS outbound.PWS-811PWS-3.1.X
OTA_ReadRQInboundOnPremOTA_ReadRQ  | @ReturnListIndicator
<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" ReturnListIndicator="true" CorrelationID="123456789">

Implement a WildCard Search

  • @ReturnListIndicator="true" then all the search filters will be applied as "like" search criteria (wildcard search).
  • @ReturnListIndicator="false" then all search criterias are checked (strict search)
  • @ReturnListIndicator is missing then all search criterias are checked (strict search)
PWS-2400PWS-3.1.X
OTA_HotelAvailNotifRSOutboundOnPremOTA_HotelAvailNotifRS | UniqueID
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htnga:CorrelationID xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders">2d229478-326d-a6f8-e3a6-190e618596cd</htnga:CorrelationID>
		<Source xmlns="http://protel.io/soap" Product="protel On Premise SPE" ProductVersion="21.04000" Module="protel.WebServices" ModuleVersion="0.0.0.9153" Service="io.protel.OnPremise"/>
	</env:Header>
	<env:Body>
		<OTA_HotelAvailNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2021-02-01T09:59:11Z" Version="3.000" CorrelationID="2d229478-326d-a6f8-e3a6-190e618596cd">
			<UniqueID Type="10" ID="3153" ID_Context="protelIO"/>
			<Success/>
			<Warnings>
				<Warning ShortText="Unable to process" Code="450" Type="10">No restrictions found for deletion! No existing restriction with single definition for roomType 5!</Warning>
				<Warning ShortText="Unable to process" Code="450" Type="10">No restrictions found for deletion! No existing restriction with single definition for roomType 5!</Warning>
			</Warnings>
		</OTA_HotelAvailNotifRS>
	</env:Body>
</env:Envelope>
Adding UniqueID Element to the OTA_HotelAvailNotifRS outbound.PWS-587PWS-3.1.X

PWS 3.0

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

OTA_ProfileReadRS

OTA_HotelResNotifRQ

HNTG_HotelFolioNotifRQ

HNTG_FolioNotifRQ

outboundOnPrem

OTA_ProfileModifyRQ | ProfileModify | CompanyInfo | ContactPerson | @Relation

<OTA_ProfileModifyRQ>
	<UniqueID Type="10" ID="3151" ID_Context="protelIO">
		<CompanyName CompanyShortName="K+K Hotel Opera, H- 1065 Budapest" TravelSector="3" Code="3151" CodeContext="io.protel.OnPremise"/>
	</UniqueID>
	<UniqueID Type="4" ID="262026" ID_Context="protelIO"/>
	<ProfileModify>
		<Customer>
			<CitizenCountryName DefaultInd="true" Code="SI"/>
		</Customer>
		<CompanyInfo>
			<CompanyName CompanyShortName="SI 16004841" Department="">PROTEL Damjan Knific s.p.</CompanyName>
			<ContactPerson Relation="Booker">
				<PersonName>
					<NamePrefix>Hase</NamePrefix>
					<GivenName>Laureen</GivenName>
					<Surname>Jacke</Surname>
				</PersonName>
			</ContactPerson>
			<ContactPerson Relation="InvoiceRecipient">
				<PersonName>
					<NamePrefix>Frau Mag.</NamePrefix>
					<GivenName>Test</GivenName>
					<Surname>Test</Surname>
				</PersonName>
			</ContactPerson>

Extend the Profile Element for Company/TA/Source/Group Profile, add the Relation of the ContactPerson, possible value

  • Booker
  • InvoiceRecipient
PWS-2628PWS 3.0.11
IO_StatsNotifRQoutboundOnPremIO_StatsNotifRQ | Statistics | Statistic
<IO_StatsNotifRQ>
	<Statistics xmlns="http://www.opentravel.org/OTA/2003/05">
		<Statistic ChainCode="HC1" HotelCode="3236" HotelName="ART SKI - IN Hotel Hinterhag, A-5753 Saalbach" FiscalDate="2019-05-29" ReportCode="Genius_PastDailyRoomTypeStatistics_v1">
			<StatisticApplicationSets>
				<StatisticApplicationSet Start="2019-05-28" End="2019-05-28">
					<StatisticCodes/>
						<RevenueCategorySummaries>
							<RevenueCategorySummary RevenueCategoryCode="3" CurrencyCode="EUR" Amount="208.49"/>
							<RevenueCategorySummary RevenueCategoryCode="6" CurrencyCode="EUR" Amount="73.40"/>
							<RevenueCategorySummary RevenueCategoryCode="9" CurrencyCode="EUR" Amount="901.68"/>
							<RevenueCategorySummary RevenueCategoryCode="17" CurrencyCode="EUR" Amount="1183.57"/>
							<RevenueCategorySummary RevenueCategoryCode="123" CurrencyCode="EUR" Amount="234.75"/>
							<RevenueCategorySummary RevenueCategoryCode="126" CurrencyCode="EUR" Amount="73.40"/>
							<RevenueCategorySummary RevenueCategoryCode="129" CurrencyCode="EUR" Amount="991.85"/>
							<RevenueCategorySummary RevenueCategoryCode="1217" CurrencyCode="EUR" Amount="1300.00"/>
Extend the IO_StatsNotif with the Total amount per DayPWS-2596PWS 3.0.9
HTNG_HotelFolioNotifRQoutboundOnPremHTNG_HotelFolioNotifRQ | TPA_Extensions | FolioExtensions | FolioExtension
<TPA_Extensions>
	<px:FolioExtensions xmlns:px="http://protel.io/htng/extensions">
		<px:FolioExtension Action="CHECKOUT" ClosingDate="2018-09-14T00:00:00" FolioID="331578-0" IncrementalItemsInd="false"/>
		<px:FolioExtension Action="CHECKOUT" ClosingDate="2018-09-14T00:00:00" FolioID="127789" IncrementalItemsInd="false" ItemsFromDate="2018-09-13T00:00:00" ItemsToDate="2018-09-14T00:00:00"/>
	</px:FolioExtensions>
</TPA_Extensions>
Add the TPA_Extension to the HTNG_HotelFolioNotifRQPWS-949PWS 3.0.X
OTA_ProfileMergeRQInbound
Outbound
OnPremno changes in the XML
The ObsoleteProfileID "Type" refer to Open Travel Code List Unique ID type(UIT) and would be respective 9, 4, 5, and 7 for different profile types.PWS-2542PWS 3.0.X
OTA_HotelInvBlockNotifRQOutboundOnPremOTA_HotelInvBlockNotifRQ | InvBlocks | InvBlock | Contacts
...
<Contact ContactType="Private">
	<PersonName>
		<GivenName>Alireza</GivenName>
		<Surname>memarifard</Surname>
	</PersonName>
	<Telephone PhoneNumber="017777777" PhoneTechType="5" ShareMarketInd="No" PhoneLocationType="6" DefaultInd="true" />
	<Address Type="2" ShareMarketInd="Yes" DefaultInd="true">
		<AddressLine />
		<CityName />
		<PostalCode />
		<StateProv/>
		<CountryName Code="DE">Germany</CountryName>
	</Address>
	<Email EmailType="1" ShareMarketInd="No" DefaultInd="true">memaryfard@gmail.com</Email>
</Contact>      
....
Display the privat profile in the OTA_HotelInvBlockNotifRQ.PWS-551PWS 3.0.X
HTNG_HotelFolioNotifRQ HTNG_HotelFolioRSOutboundOnPrem@FolioGroupingIDTODOAdd the new Attribute @FolioGroupingID with the values "Closed" and "Open".
"Closed" > if an invoice is closed and fiscalized
"Open" > if an Invoice ID assigned but not fiscalized
"Open" > if no invoice ID yet assigned to the invoice
PWS-2499PWS 3.0.X
OTA_ProfileCreateRQ
OTA_ProfileModifyRQ
OutboundOnPrem @ShareMarketInd no change in xmlAs protel is offering a third value for optin settings ("not asked"), where there is no value in OTA standard, we decided to change the behaviour of sending optin values as follows:
  • value set to "no" in protel
    → attribute @ShareMarketInd="No" will be send
  • value set to "yes" in protel 
    → attribute @ShareMarketInd="Yes" will be send
  • value set to "not asked" in protel 
    → attribute @ShareMarketInd will NOT be send
PWS-347PWS 3.0.X
HTNG_HotelCheckOutNotifRSOutboundOnPrem

HTNG_HotelCheckOutNotifRS | TPA_Extensions | DocumentExtensions | DocumentData

<HTNG_HotelCheckOutNotifRS xmlns="http://htng.org/2014B" TimeStamp="2020-09-28T11:28:12.2502538Z" Version="3.000" CorrelationID="Test_AKO_6">
	<Success/>
	<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
		<px:DocumentExtensions>
			<px:DocumentData Type="Invoice" ID="419" ID_Context="protelIO">JVBERi0xLjYKJcOkw7zDtsOfCjIgM...</px:DocumentData>
We will provide in HTNG_HotelCheckOutNotifRS / DocumentData element the base64 encoded PDF invoice for non-fiscal ProtelsPWS-2435PWS 3.0.X
OTA_HotelResNotifRQOutboundOnPremOTA_HotelResNotifRQ | HotelReservations | HotelReservation | TPA_Extensions | ReservationExtensions | FixedCharges
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
	<px:ReservationExtensions>
		<px:ReservationDateInfo CreateDateTimeSyncInd="False" ModifyDateTimeSyncInd="True"/>
		<px:ReservationStatus Code="Conf" ID="1" ID_Context="protelIO" Name="gtd" RPH="625974"/>
		<px:FixedCharges>
			<px:FixedCharge Code="€ Halbpension" Recurrence="DaysOfWeek" Quantity="2" RequestedIndicator="true">
				<px:Price CurrencyCode="EUR" SingleAmountAfterTax="5.00"/>
				<px:UniqueID Type="FixedCharge" ID="49295" ID_Context="protelIO"/>
				<px:Item ItemID="339"/>
				<px:InvoiceText>€ Halbpension</px:InvoiceText>
			</px:FixedCharge>
		</px:FixedCharges>
	</px:ReservationExtensions>
</TPA_Extensions>
We will add the FixedCharges to the ReservationExtensions.PWS-2447PWS 3.0.X
HTNG_ChargePostingRQ/RS
HTNG_HotelCheckInNotifRQ/RS
HTNG_HotelCheckOutNotifRQ/RS
HTNG_HotelFolioRQ/RS
IO_ResModifyNotifRQ/RS
IO_SystemStatusRQ/RS
OTA_HotelAvailNotifRQ/RS
OTA_HotelAvailRQ/RS
OTA_HotelInvBlockNotifRQ/RS
OTA_HotelRatePlanNotifRQ/RS
OTA_ProfileCreateRQ/RS
OTA_ProfileMergeRQ/RS
OTA_ProfileModifyRQ/RS
OTA_ReadRQ/OTA_ProfileReadRS
OTA_ReadRQ/OTA_ResRetrieveRS
inboundOnPremHandling if configuration for RS message is missingno change in XML
  1. If the RS message of an inbound RQ message is not activated in the configuration, PWS will answer the RQ with an error in the RS
    <Error ShortText="RS not activated in IO configuration" Code="321" Type="1">RS not activated in IO configuration</Error> and the RQ is NOT processed.
  2. If the RS message of an inbound RQ message is missing in the configuration, the PWS will NOT send a RS message back and will NOT process the RQ. It will create an entry in the interface error dialog like "OTA_ProfileMergeRS | RS not found / configured in IO configuration."
PWS-2474PWS 3.0.X
OTA_ProfileModifyRQInboundOnPremRQs with missing CustLoyalty elementsno change in XMLMissing not mandatory CustLoyalty attributes no longer result in errorsPWS-2357PWS 3.0.X
IO_RatePackageNotifRQOutboundOnPremAction on PackageItem level implementedno change in XMLWe corrected the Action attribute on PackageItem level to display "CREATE", "UPDATE", DELETED" and "NONE" as expected.PWS-2236
IO_ResModifyNotifRQInboundOnPrem

IO_ResModifyNotifRQ | Reservations | @HotelCode

IO_ResModifyNotifRQ | Reservations | @HotelID 

<p:IO_ResModifyNotifRQ xmlns:p="http://protel.io/soap" CorrelationID="PWS-2376-SR-1" TimeStamp="2018-12-29T15:20:35.985Z" Version="1.00">
	<p:Reservations HotelCode="3152">
		<p:Reservation>
			<p:UniqueID ID="345470" Type="14" ID_Context="Protel_IO"/>
			<p:Slices>
				<p:Slice From="2018-11-15T12:00:00+02:00" To="2018-11-18T12:00:00+02:00">
					<p:Room RoomType="GFamÜKat"/>
				</p:Slice>
			</p:Slices>
		</p:Reservation>
	</p:Reservations>
</p:IO_ResModifyNotifRQ>
<p:IO_ResModifyNotifRQ xmlns:p="http://protel.io/soap" CorrelationID="PWS-2376-SR-2" TimeStamp="2018-12-29T15:20:35.985Z" Version="1.00">
	<p:Reservations HotelID="3152">
		<p:Reservation>
			<p:UniqueID ID="345470" Type="14" ID_Context="Protel_IO"/>
			<p:Slices>
				<p:Slice From="2018-11-15T12:00:00+02:00" To="2018-11-18T12:00:00+02:00">
					<p:Room RoomType="Klassik"/>
				</p:Slice>
			</p:Slices>
		</p:Reservation>
	</p:Reservations>
</p:IO_ResModifyNotifRQ>
PWS is now able to receive either @HotelCode or @HotelID tp identify the hotel. This is now the same behaviour as for pAir.PWS-2376
IO_ResModifyNotifRQInbound OnPremAdding private guest as attached profile implementedno change in XMLWhen sending only one <ProfileReference> element with @Action="CREATE", an additional guest will be added to the attached profiles. This will fail, if the new guest count would exceed the guest count of the reservation.PWS-2343PWS 3.0.X
OTA_HotelResNotifRQOutboundOnPremHotelReservations | HotelReservation | Services | Service | @RequestedIndicator
<Services>
	<Service ID="29" ID_Context="protelIO" Type="16" ServiceInventoryCode="29" ServicePricingType="Per stay" Quantity="1" Inclusive="true" RequestedIndicator="false">
		<Price RateTimeUnit="Day" EffectiveDate="2019-05-21" ExpireDate="2019-05-24">
			<Total AmountBeforeTax="13.64" AmountAfterTax="15.00" CurrencyCode="EUR"/>
		</Price>
		<ServiceDetails>
			<TimeSpan Start="2019-05-21" End="2019-05-24"/>
			<Comments>
				<Comment>
					<Text TextFormat="PlainText">INCLUSIVE</Text>
				</Comment>
			</Comments>
			<Total AmountBeforeTax="13.64" AmountAfterTax="15.00" CurrencyCode="EUR"/>
		</ServiceDetails>
	</Service>
	<Service ID="26" ID_Context="protelIO" Type="16" ServiceInventoryCode="26" ServicePricingType="Per stay" Quantity="1" Inclusive="true" RequestedIndicator="true">
		<Price RateTimeUnit="Day" EffectiveDate="2019-05-21" ExpireDate="2019-05-24">
			<Total AmountBeforeTax="25.00" AmountAfterTax="30.00" CurrencyCode="EUR"/>
		</Price>
		<ServiceDetails>
			<TimeSpan Start="2019-05-21" End="2019-05-24"/>
			<Comments>
				<Comment>
					<Text TextFormat="PlainText">ADDONLY</Text>
				</Comment>
			</Comments>
			<Total AmountBeforeTax="25.00" AmountAfterTax="30.00" CurrencyCode="EUR"/>
		</ServiceDetails>
	</Service>
</Services>
For inclusive packages the RequestedIndicator will be "false", for booked bookable packages the RequestedIndicator will be "true".PWS-853PWS 3.0.X
OTA_HotelResNotifRQOutboundOnPremHotelReservations | HotelReservation

We will adjust the TPA_Extensions according to the XSD:

  • TPA_Extensions/Nationality will be shifted to HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / Profile / Customer / CitizienCountryName
  • TPA_Extensions/Optinout : we are using ShareMarketInd attributes in PersonName, Telephone, Email, URL,...
  • TPA_Extensions/CustomerPreferences will be shifted to HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / Profile / PrefCollections
  • TPA_Extensions/RoomPreferences will be shifted to HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / Profile / PrefCollections
  • TPA_Extensions/Salutation will be shifted to HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / Profile / Customer / TPA_Extensions / ProfileInfoExtensions / Salutation
  • TPA_Extensions/Traces will be shifted to HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / Profile / Customer / TPA_Extensions / ProfileInfoExtensions / Traces
  • TPA_Extensions/SearchName will be deleted with PWS version 3.1.x

(Warnung) Until release of PWS 3.1 (planned for Q1/2021) we will send the information in both places. Beginning with PWS 3.1 we will send the information in the new places ONLY!

PWS-2372PWS 3.0.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

InboundOnPrem

OTA_ProfileCreateRQ | Profile | CompanyInfo | ContactPerson | PersonName | NamePrefix

OTA_ProfileModifyRQ | ProfileModify | CompanyInfo | ContactPerson | PersonName | NamePrefix

<OTA_ProfileCreateRQ>
	<Profile>
		<CompanyInfo>
			<CompanyName CompanyShortName="PROTEL Hotelsoftware GmbH" Department="">Protel</CompanyName>
			<ContactPerson>
				<PersonName>
					<NamePrefix>Herr</NamePrefix>
					<GivenName>Laureen</GivenName>
					<Surname>Jacke</Surname>
				</PersonName>

Add the Attribute "NamePrefix" to the Element ContactPerson | PersonName

We will implemented the value from  "NamePrefix"  it doesn't matter if is configured in the System Data or not

PWS-2117PWS 3.0.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

OutboundOnPrem

OTA_ProfileCreateRQ | Profile | CompanyInfo | ContactPerson | PersonName | NamePrefix

OTA_ProfileModifyRQ | ProfileModify | CompanyInfo | ContactPerson | PersonName | NamePrefix

<OTA_ProfileCreateRQ>
	<Profile>
		<CompanyInfo>
			<CompanyName CompanyShortName="PROTEL Hotelsoftware GmbH" Department="">Protel</CompanyName>
			<ContactPerson>
				<PersonName>
					<NamePrefix>Herr</NamePrefix>
					<GivenName>Laureen</GivenName>
					<Surname>Jacke</Surname>
				</PersonName>
Add the Attribute "NamePrefix" to the Element ContactPerson | PersonNamePWS-2495PWS 3.0.X
OTA_HotelInvBlockNotifRQOutboundOnPremOTA_HotelInvBlockNotifRQ | InvBlocks | InvBlock | BlockDescriptions
<OTA_HotelInvBlockNotifRQ>
	<InvBlocks>
		<InvBlock>
			<BlockDescriptions>
				<BlockDescription CreateDateTime="2017-09-03T00:00:00">
					<Text TextFormat="HTML">1. Zeile<br/> 2. Zeile</Text>
				</BlockDescription>
				<BlockDescription Name="SourceOfBusiness">
					<Text TextFormat="PlainText">Desk reservation</Text>
				</BlockDescription>
			</BlockDescriptions>
Adjust the BlockDescription instead of "PlainText" we will display the Note now in the TextFormat="HTML" to display line break with <br/>PWS-2226PWS 3.0.X
OTA_HotelInvBlockNotifRQInboundOnPremOTA_HotelInvBlockNotifRQ | InvBlocks | InvBlock | BlockDescriptions | BlockDescription | @CreateDateTime
<OTA_HotelInvBlockNotifRQ>
	<InvBlocks>
		<InvBlock>
			<BlockDescriptions>
				<BlockDescription CreateDateTime="2020-08-12T00:00:00">
					<Text TextFormat="PlainText">TestTest 333 </Text>
				</BlockDescription>
			</BlockDescriptions>
Add the Attribute  @CreateDateTime for inbound BlocksPWS-759PWS 3.0.X
HTNG_HotelCheckInNotifRQInboundOnPremHTNG_HotelCheckInNotifRQ | POS | Source
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Body>
		<htng:HTNG_HotelCheckInNotifRQ xmlns:htng="http://htng.org/2014B" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:px="http://protel.io/htng/extensions" CorrelationID="PWS_2127_01" EchoToken="PWS_2127_01" Version="1" Timestamp="2020-07-23T14:58:16Z">
			<POS>
				<Source TerminalID="Ariane">
					<RequestorID ID="3153" Type="10" ID_Context="protelIO"/>
					<BookingChannel Type="4" Primary="true"/>
				</Source>
			</POS>
			<htng:HotelReservations>
				<HotelReservation>
					<UniqueID ID="341562" ID_Context="protelIO" Type="14"/>
				</HotelReservation>
			</htng:HotelReservations>
		</htng:HTNG_HotelCheckInNotifRQ>
	</env:Body>
</env:Envelope>

The value of the TerminalID will be stored in the Reservation History in OnPrem to display the name of integration partner as the system which checked-in the reservation.

In case of empty or null value for this attribute, the defauld value will be set in OnPrem as "external IO system" and a warning send back with RS like following:

<Warning ShortText="TerminalID empty or missing, using default value: external IO System." Code="321" Type="10">TerminalID empty or missing, using default value: external IO System.</Warning>


PWS-2127PWS 3.0.X
HTNG_HotelChargePostingRQInboundOnPremHTNG_HotelChargePostingRQ | Posting | Transaction | RevenueDetails
<RevenueDetails>
	<RevenueDetail Description="Cola Posting" SubTypeID="Revenue" Amount="25.00" CurrencyCode="EUR" PMSRevenueCode="5010">
		<ExtendedPrice Quantity="1" DecimalPlaces="2" AmountAfterTax="25.00"/>
		<Account ID_Context="protelIO" Type="21" ID="8326"/>
	</RevenueDetail>
	<RevenueDetail Description="Visa Posting" SubTypeID="Payment" Amount="-25.00" CurrencyCode="EUR" PMSRevenueCode="1">
		<ExtendedPrice Quantity="1" DecimalPlaces="2" AmountAfterTax="-25.00"/>
		<Account ID_Context="protelIO" Type="21" ID="8326"/>
	</RevenueDetail>
</RevenueDetails>
Possible to post Charges and Payments only against a Profile IDPWS-2284PWS 3.0.X
OTA_HotelStayInfoNotifRQOutboundOnPremOTA_HotelStayInfoNotifRQ | StayInfos | StayInfo | RevenueCategories | RevenueCategory | RevenueDetails | RevenueDetail | FolioIDs | FolioID
<OTA_HotelStayInfoNotifRQ>
	<StayInfos>
		<StayInfo>
			<RevenueCategories>
				<RevenueCategory>
					<RevenueDetails>
						<RevenueDetail>
							<FolioIDs>
								<FolioID>InvID|408616</FolioID>
								<FolioID>ResID|2387956</FolioID>
								<FolioID>GstID|5374993</FolioID>
								<FolioID>TAAGrp|ROOMS</FolioID>
Add the Element <FolioID>TAAGrp|ROOMS</FolioID> PWS-2430PWS 3.0.X
IO_IdentifierRQOutboundOnPremroot Element
<IO_IdentifierRQ xmlns="http://protel.io/soap" EchoToken="A246B7B4-F4F3-4122-A91B-4265B61DC2D5" TimeStamp="2021-01-15T08:23:27Z" Version="4.000" CorrelationID="A246B7B4-F4F3-4122-A91B-4265B61DC2D5" IDType="GHA" PrimaryLangID="en">

Change the Version from "4" to "4.000"

Add the Attribute 

PrimaryLangID="en"

PWS-1120PWS 3.0.X
OTA_HotelResNotifRQOutboundOnPremOTA_HotelResNotifRQ | HotelReservations | HotelReservation | RoomStays | RoomStay | RoomRates | RoomRate 
...
<RoomRate RatePlanCode="SHARER" RatePlanCategory="HU" RatePlanID="75" RoomTypeCode="CBR" BookingCode="CST" RoomID="0215" NumberOfUnits="1">
...
BookingCode attribute in RoomRate element displays the initially booked room type.PWS-2385PWS 3.0.X
HTNG_HotelFolioNotifRQOutboundOnPrem

HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail | UnitPrice | @CurrencyCode

HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail | UnitPrice | Taxes | Tax | @CurrencyCode

HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail | ExtendedPrice | @CurrencyCode

HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail | ExtendedPrice | Taxes | Tax | @CurrencyCode

<RevenueDetail ReferenceID="1328" TransactionDate="2019-05-26" Description="Weihnachtsmenü Kind" PMSRevenueCode="207" CurrencyCode="EUR" Amount="25.00" SubTypeID="RevenueForecast" RevenueCategoryCode="3">
	<FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05">
		<FolioID>33797-0</FolioID>
	</FolioIDs>
	<UnitPrice AmountBeforeTax="22.73" AmountAfterTax="25.00" CurrencyCode="EUR" Type="31">
		<Taxes xmlns="http://www.opentravel.org/OTA/2003/05">
			<Tax Type="Inclusive" Percent="10.00" Amount="2.27" CurrencyCode="EUR" />
		</Taxes>
	</UnitPrice>
	<ExtendedPrice AmountBeforeTax="22.73" AmountAfterTax="25.00" CurrencyCode="EUR" Type="31" Quantity="1">
		<Taxes xmlns="http://www.opentravel.org/OTA/2003/05">
			<Tax Type="Inclusive" Percent="10.00" Amount="2.27" CurrencyCode="EUR" />
		</Taxes>
	</ExtendedPrice>
</RevenueDetail>

Add the Attribute 

  • CurrencyCode
PWS-1162PWS 3.0.X
HTNG_HotelFolioNotifRQOutboundOnPrem

HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueSummary | GrossAmount | @CurrencyCode


HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueSummary | TaxItems | @CurrencyCode


HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueSummary | BalanceDueAmount| @CurrencyCode


HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueSummary | AmountReceived | @CurrencyCode

<HTNG_HotelFolioNotifRQ>
	<Folios>
		<Folio FolioID="33797-0" FolioType="Room" InvoiceID="0" GuestPayable="true">
			<RevenueSummary>
				<GrossAmount Amount="5582.00" CurrencyCode="EUR" xmlns="http://www.opentravel.org/OTA/2003/05" />
				<TaxItems Amount="534.73" CurrencyCode="EUR" xmlns="http://www.opentravel.org/OTA/2003/05" />
				<BalanceDueAmount Amount="0" CurrencyCode="EUR" xmlns="http://www.opentravel.org/OTA/2003/05" />
				<AmountReceived Amount="0" CurrencyCode="EUR" xmlns="http://www.opentravel.org/OTA/2003/05" />
			</RevenueSummary>

Add the Attribute 

  • CurrencyCode
PWS-942PWS 3.0.X
HTNG_HotelFolioNotifRQOutboundOnPremHTNG_HotelFolioNotifRQ | Folios | Folio | BasicPropertyInfo | @HotelCodeContext 
<HTNG_HotelFolioNotifRQ>
	<Folios>
		<Folio FolioID="33797-0" FolioType="Room" InvoiceID="0" GuestPayable="true">
			<BasicPropertyInfo HotelCode="3236" HotelCodeContext="protelIO" HotelName="ART SKI - IN Hotel Hinterhag, A-5753 Saalbach" ChainCode="1" />

Add the Attribute 

  • HotelCodeContext="protelIO"
PWS-941PWS 3.0.X
HTNG_HotelFolioNotifRQOutboundOnPrem

HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail | UnitPrice | @Type


HTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail |

<RevenueDetail ReferenceID="1328" TransactionDate="2019-05-27" Description="Weihnachtsmenü Kind" PMSRevenueCode="207" CurrencyCode="EUR" Amount="25.00" SubTypeID="RevenueForecast" RevenueCategoryCode="3">
	<FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05">
		<FolioID>33797-0</FolioID>
	</FolioIDs>
	<UnitPrice AmountBeforeTax="22.73" AmountAfterTax="25.00" CurrencyCode="EUR" Type="31">
		<Taxes xmlns="http://www.opentravel.org/OTA/2003/05">
			<Tax Type="Inclusive" Percent="10.00" Amount="2.27" />
		</Taxes>
	</UnitPrice>
	<ExtendedPrice AmountBeforeTax="22.73" AmountAfterTax="25.00" CurrencyCode="EUR" Type="31" Quantity="1">
		<Taxes xmlns="http://www.opentravel.org/OTA/2003/05">
			<Tax Type="Inclusive" Percent="10.00" Amount="2.27" />
		</Taxes>
	</ExtendedPrice>
</RevenueDetail>

Add the Attribute

  • Type
PWS-945PWS 3.0.X
HTNG_HotelFolioNotifRQOutboundOnPremHTNG_HotelFolioNotifRQ | Folios | Folio | RevenueDetails | RevenueDetail | @DecimalPlaces
<RevenueDetail ReferenceID="1328" TransactionDate="2019-05-27" Description="Weihnachtsmenü Kind" PMSRevenueCode="207" CurrencyCode="EUR" Amount="25.00" SubTypeID="RevenueForecast" RevenueCategoryCode="3">
	<FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05">
		<FolioID>33797-0</FolioID>
	</FolioIDs>
	<UnitPrice AmountBeforeTax="22.73" AmountAfterTax="25.00" CurrencyCode="EUR" Type="31">
		<Taxes xmlns="http://www.opentravel.org/OTA/2003/05">
			<Tax Type="Inclusive" Percent="10.00" Amount="2.27" />
		</Taxes>
	</UnitPrice>
	<ExtendedPrice AmountBeforeTax="22.73" AmountAfterTax="25.00" CurrencyCode="EUR" Type="31" Quantity="1">
		<Taxes xmlns="http://www.opentravel.org/OTA/2003/05">
			<Tax Type="Inclusive" Percent="10.00" Amount="2.27" />
		</Taxes>
	</ExtendedPrice>
</RevenueDetail>

Remove the Attribute

  • DecimalPlaces 
PWS-1017PWS 3.0.X
HTNG_HotelFolioNotifRQOutboundOnPremroot Element
<HTNG_HotelFolioNotifRQ EchoToken="cb364dd1-5d3b-4c1b-91d6-f8bf9f00e911" TimeStamp="2020-12-11T13:46:12Z" Version="1.002" CorrelationID="cb364dd1-5d3b-4c1b-91d6-f8bf9f00e911" PrimaryLangID="en" xmlns="http://htng.org/2014B">

Fix the Value of the following Attributes

  • Version="1.002"
  • PrimaryLangID="de"
PWS-1119PWS 3.0.X
OTA_HotelInvCountNotifRQOutboundOnPremOTA_HotelInvCountNotifRQ | UniqueID
<OTA_HotelInvCountNotifRQ>
	<UniqueID Type="10" ID="3236" ID_Context="protelIO" />

Add the UniqueID Element

  • OTA_HotelInvCountNotifRQ | UniqueID | @ID="HotelID"
  • OTA_HotelInvCountNotifRQ | UniqueID | @ID_Context="protelIO"
  • OTA_HotelInvCountNotifRQ | UniqueID | @Type="10"


PWS-787PWS 3.0.X
OTA_HotelInvCountNotifRQOutboundOnPremroot Element
<OTA_HotelInvCountNotifRQ EchoToken="10bf9470-b920-4dd9-9045-8f8ca8176d31" TimeStamp="2020-12-11T14:16:49Z" Version="2.000" CorrelationID="10bf9470-b920-4dd9-9045-8f8ca8176d31" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">

Fix the Value of the following Attributes

  • Version="2.000"
  • PrimaryLangID="de"
PWS-786PWS 3.0.X
OTA_ReadRQOutboundOnPremRoot Element
...
<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="0EF52770-2E30-46FA-AAF5-499E5F5EB98F" TimeStamp="2020-12-09T14:27:17Z" Version="4.000" CorrelationID="0EF52770-2E30-46FA-AAF5-499E5F5EB98F" PrimaryLangID="en" MaxResponses="30">
...

Fix the Value of the following Attributes

  • Version="4.000"
  • PrimaryLangID="en"
PWS-1116PWS 3.0
OTA_HotelStayInfoNotifRQOutboundOnPremOTA_HotelStayInfoNotifRQ | StayInfos
...
<StayInfos ChainCode="HC1" HotelCode="3153" HotelName="protel Front Office Demo, 44269 Dortmund" HotelCodeContext="protelIO">
...

Add the Attribute

  • HotelCodeContext="protelIO"
PWS-630PWS 3.0.X
OTA_HotelStayInfoNotifRQOutboundOnPremRoot Element
<OTA_HotelStayInfoNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="36288982-2783-451b-8fa4-64a56981290f" TimeStamp="2020-12-09T13:41:07Z" Version="5.000" CorrelationID="36288982-2783-451b-8fa4-64a56981290f" PrimaryLangID="en">
...

Fix the Value of the following Attributes

  • Version="5.000"
  • PrimaryLangID="en"
PWS-627PWS 3.0.X
OTA_HotelStatsNotifRQOutboundOnPremOTA_HotelStatsNotifRQ | UniqueID
<OTA_HotelStatsNotifRQ EchoToken="a242fdc2-3c4f-4baa-ab07-c3681078f8c4" TimeStamp="2020-12-09T11:12:59Z" Version="3.000" CorrelationID="a242fdc2-3c4f-4baa-ab07-c3681078f8c4" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
      <POS>
        <Source>
          <RequestorID Type="10" ID="3153" ID_Context="protelIO" />
          <BookingChannel Type="4" Primary="true" />
          <TPA_Extensions>
            <px:POSExtensions xmlns:px="http://protel.io/htng/extensions">
              <px:HotelInfo FiscalDate="2017-06-24" />
            </px:POSExtensions>
          </TPA_Extensions>
        </Source>
      </POS>
      <UniqueID Type="10" ID="3153" ID_Context="protelIO" />
      ...

Add the UniqueID Element

  • OTA_HotelInvCountNotifRQ | UniqueID | @ID="HotelID"
  • OTA_HotelInvCountNotifRQ | UniqueID | @ID_Context="protelIO"
  • OTA_HotelInvCountNotifRQ | UniqueID | @Type="10"
PWS-901PWS 3.0
OTA_HotelStatsNotifRQOutboundOnPremRoot Element
<OTA_HotelStatsNotifRQ EchoToken="a242fdc2-3c4f-4baa-ab07-c3681078f8c4" TimeStamp="2020-12-09T11:12:59Z" Version="3.000" CorrelationID="a242fdc2-3c4f-4baa-ab07-c3681078f8c4" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">

Fix the Value of the following Attributes

  • Version="3.000"
  • PrimaryLangID="de"
PWS-1147PWS 3.0
OTA_HotelStatsNotifRQOutboundOnPremOTA_HotelStatsNotifRQ | Statistics | Statistic
<Statistic ChainCode="HC1" HotelCode="3153" HotelName="protel Front Office Demo, 44269 Dortmund" FiscalDate="2017-06-23" ReportCode="HTNG_PastDailySegmentRoomTypeStatistics_v1">

Add the Attribute 

  • HotelName
PWS-1148PWS 3.0
IO_StatsNotifRQ OutboundOnPrem

IO_StatsNotifRQ | Statistics | Statistic | StatisticApplicationSets | RevenueCategorySummaries RevenueCategorySummary | @RevenueCategoryCode

<StatisticApplicationSet End="2018-02-08" Start="2018-02-08">
	<StatisticCodes/>
	<RevenueCategorySummaries>
		<RevenueCategorySummary Amount="104.20" CurrencyCode="EUR" RevenueCategoryCode="3"/>
		<RevenueCategorySummary Amount="124.00" CurrencyCode="EUR" RevenueCategoryCode="123"/>
		<RevenueCategorySummary Amount="0.00" CurrencyCode="EUR" RevenueCategoryCode="6"/>
		<RevenueCategorySummary Amount="0.00" CurrencyCode="EUR" RevenueCategoryCode="126"/>
		<RevenueCategorySummary Amount="10000.00" CurrencyCode="EUR" RevenueCategoryCode="9"/>
		<RevenueCategorySummary Amount="10700.00" CurrencyCode="EUR" RevenueCategoryCode="129"/>
		<RevenueCategorySummary Amount="10104.20" CurrencyCode="EUR" RevenueCategoryCode="17"/>
		<RevenueCategorySummary Amount="10824.00" CurrencyCode="EUR" RevenueCategoryCode="1217"/>
	</RevenueCategorySummaries>
</StatisticApplicationSet>

Extend the IO_StatsNotifRQ, add the @RevenueCategoryCode

  • 123 = Food & Beverage (gross)
  • 126 =  Other Revenue (gross)
  • 129 = Room Revenue (gross)
  • 1217 = Total Revenue (gross)


PWS-1163PWS 3.0
OTA_ReadRQInboundOnPremOTA_ReadRQ | ReadRequests | ProfileReadRequest | Company | Address
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Body>
		<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" CorrelationID="2602_PWS-2188_6" Version="0" EchoToken="PWS-2188_6" MaxResponses="10">
			<POS>
				<Source>
					<RequestorID ID="2602" Type="10" ID_Context="protelIO"/>
				</Source>
			</POS>
			<ReadRequests>
				<ProfileReadRequest ProfileTypeCode="3">
					<Company>
						<CompanyName>protel</CompanyName>
						<Address>
							<AddressLine>Europaplatz 8</AddressLine>
							<CityName>Dortmund</CityName>
							<PostalCode>44236</PostalCode>
							<CountryName Code="DE">Deutschland</CountryName>
						</Address>
					</Company>
				</ProfileReadRequest>
			</ReadRequests>
		</OTA_ReadRQ>
	</env:Body>
</env:Envelope>
Profile lookup by OTA_ReadRQ can be search be combination of Company/TA/Source/Group profile name and PostalCode/CityName/CountryName.PWS-2358PWS 3.0















  • Keine Stichwörter