Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

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.

...

Codeblock
languagexml
collapsetrue
<RatePlan RatePlanCode="STD" RatePlanID="13" PriceViewableInd="true" EffectiveDate="2018-07-16" ExpireDate="2018-07-17">
    <CancelPenalties/>
    <RatePlanInclusions TaxInclusive="true"/>
    <Commission StatusType="Non-paying" Percent="0" BillToID="2648" Frequency="12" MaxCommissionUnitApplies="0" CapAmount="0.00" CurrencyCode="EUR">
        <UniqueID URL="" Type="" Instance="" ID_Context="" ID="">
            <CompanyName Division="" Department="" CompanyShortName="" TravelSector="" Code="" CodeContext=""></CompanyName>
        </UniqueID>
        <CommissionableAmount TaxInclusiveIndicator="false" Amount="0.00" CurrencyCode="" DecimalPlaces="0"/>
        <PrepaidAmount Amount="0.00" CurrencyCode="" DecimalPlaces="1"/>
        <FlatCommission Amount="0.00" CurrencyCode="" DecimalPlaces="0"/>
        <CommissionPayableAmount Amount="0.00" CurrencyCode="" DecimalPlaces="0"/>
        <Comment Name="" ParagraphNumber="0" Language="" CreatorID="" LastModifierID=""/>
    </Commission>
</RatePlan> 

...

Case1: Increase the number of guests: The price will be recalculated and new guest(s) will be added as anonym.

Case2: Decrease the number of guests:

  • If anonym > 0 and GuestCount > 0: Remove anonym guests of the AgeGroup 
  • If anonym > 0 and GuestCount = 0: Remove both named and anonym guests of the AgeGroup 
  • If anonym = 0 and GuestCount = 0: Remove the named guest of the AgeGroup 
Codeblock
<p:IO_ResModifyNotifRQ xmlns:p="http://protel.io/soap" CorrelationID="UseCase3">
	<p:Reservations HotelCode="2987">
		<p:Reservation>
			<p:UniqueID Type="Reservation" ID="20092" ID_Context="protelIO"/>
			<p:GuestCounts>
				<p:GuestCount AgeQualifyingCode="7" Count="0"/>
				<p:GuestCount AgeQualifyingCode="8" Count="1"/>
				<p:GuestCount AgeQualifyingCode="9" Count="0"/>
				<p:GuestCount AgeQualifyingCode="19" Count="0"/>
				<p:GuestCount AgeQualifyingCode="10" Count="2"/>
			</p:GuestCounts>
		</p:Reservation>
	</p:Reservations>
</p:IO_ResModifyNotifRQ>

 

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
24.462024-12-11
24.422024-11-13
24.422024-11-06  NO regular Release
24.422024-10-30 NO regular Release
24.422024-10-16 NO regular Release
24.382024-09-30
24.382024-09-18 NO regular Release
24.362024-09-04 - IPA update will be now every 4 weeks
24.342024-08-21
24.322024-08-07 NO regular Release
24.302024-07-24 NO regular Release
24.292027-07-17
24.282024-07-10 NO regular Release
24.262024-06-26 NO regular Release
24.242024-06-12
24.222024-05-29
24.202024-05-15
24.18NO regular Release on Wednesday 01.05.2024 due to public Holiday in Germany
24.162024-04-17
24.142024-04-03
24.122024-03-20
24.102024-03-06
24.082024-02-21
24.062024-02-07
24.042024-01-24
24.022024-01-10


Release dates PWS (onPrem) LIVE Environment

VersionRelease date
3.192024-10
3.182024-05-22*
3.172024-03-06
3.162023-12-20

*: delayed

Release dates ESB (I/O) LIVE Environment

VersionRelease date
2.6.32024-11-06
2.6.22024-09-25
2.6.12024-08-21
2.6.02024-07-15
2.5.32024-06-10
2.5.22024-05-15
2.5.12024-04-10
2.5.02024-02-26




TBA IDS

TBA ESB
Bulk Export from SMP UIoutbound

OnPrem

pAir

n/ano schema changeEach bulk job can be of maximum 2 years timespan. If it is necessary to have longer time span - more bulk jobs should be created.SMP-2928TBA
Bulk Export from SMP UIoutbound

OnPrem

pAir

n/ano schema change

#1

For one destination - only one bulk job can be running.

Any further bulk jobs for the same destination will be saved in the sequence - but it will not start unless all previous jobs are finalized (cancelled, completed).

#2 

If the queue for a destination in BULK mode exceeds 10K messages, no new bulk job should start. 

Any further bulk jobs for the same destination will be saved in the sequence - but it will not start unless the queue in BULK mode for the destination drops under 10K messages.

IO-82292.5.4








TBA PWS
OTA_ReadRQ/OTA_ResRetrieveRSinboundonPremiseextend the Reservation search by roomtypes


Codeblock
languagexml
collapsetrue
<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" CorrelationID="PWS-3822_LJ_01" TimeStamp="2021-08-26T10:10:00Z">
	<POS>
		<Source>
			<RequestorID ID="3151" Type="10" ID_Context="protelIO"/>
			<BookingChannel Type="4" Primary="true"/>
		</Source>
	</POS>
	<ReadRequests>
		<HotelReadRequest>
			<SelectionCriteria Start="2017-10-10" End="2017-10-10" ResStatus="Reserved"/>
			<TPA_Extensions>
				<px:ReadRequestExtensions xmlns:px="http://protel.io/htng/extensions">
					<px:Room RoomTypeCode="Cl-Twin"/>
				</px:ReadRequestExtensions>
			</TPA_Extensions>
		</HotelReadRequest>
	</ReadRequests>
</OTA_ReadRQ>


In the ReadRQ it is now possible to request the RoomType in addition to the time period and reservation status.PWS-3822TBA
TBA IPA

IO_SystemDataRS

outboundpAir

no schema change

but we will expand for pAir the attributes

  • @AgeFrom
  • @AgeTo
  • @AgeQualifyingCode

no schema change

In the pAir SystemData in Rate Configuration you can define  Discount Groups. With the extension for pAir  we send the attributes

  • @AgeFrom
  • @AgeTo
  • @AgeQualifyingCode

IPA-1467

TBA

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outbound / inbound pAir

no schema change

no schema change

no change in the Schema.

Export @LoyalLevel value with the string label the way it is defined by the user instead of the PMS SystemData ID 


IPA-1277

TBA

OTA_HotelResNotifRQ

OTA_ProfileCreateRQ 

OTA_ProfileModifyRQ 

OTA_HotelStayInfoNotifRQ 

outbound / inboundpAir

OTA_ProfileModifyRQ | ProfileModify | Customer | Document


Codeblock
languagexml
collapsetrue
<OTA_ProfileCreateRQ>
	<Profile>
		<Customer>
			<Document DocIssueLocation="Dortmund_22" DocID="123456" DocType="4" EffectiveDate="2018-12-12" ExpireDate="2050-12-31" DocIssueAuthority="1234"/>
		</Customer>
	</Profile>
</OTA_ProfileCreateRQ>


To be legal in Austria, a new Attribute is added to the Document Element with the label "Issuing Authorities"

IPA-1369

TBA
IO_SystemDataRQinboundpAir

IO_SystemDataRQ | Request | Rates 


Codeblock
languagexml
collapsetrue
    <p:Request xmlns:p="http://protel.io/soap">
        <p:UniqueID Type="10" ID="2575" ID_Context="protelIO"/>
        <p:Rates IncludeInvisible="true or false"/>
    </p:Request>


The vendor should be able to tell us in the RQ with the attribute IncludeInvisible="true or false" which rates he wants to see.

  • If we do not receive a restriction in the RQ, we send out all data by default
  • If we receive the restriction IncludeInvisible="true", we send all rates (like default)
  • If we receive the restriction IncludeInvisible="false", we send all rates that are currently valid 

IPA-1404

TBA
IO_SystemDataRSoutboundpAir 

IO_SystemDataRS | SystemData | Rates | RatePlans | RatePlan


Codeblock
languagexml
collapsetrue


The vendor should be able to tell us in the RQ with the attribute IncludeInvisible="true or false" which rates he wants to see.

  • If we do not receive a restriction in the RQ, we send out all data by default
  • If we receive the restriction IncludeInvisible="true", we send all rates (like default)
  • If we receive the restriction IncludeInvisible="false", we send all rates that are currently valid 

IPA-1403

TBA

PWS 3.19.X 

Anker
PWS 3.19.X
PWS 3.19.X

OTA_HotelResNotifRQ

inbound

OnPrem

no schema changes


We will no longer import fixed charges with inbound OTA_HotelResNotifRQ. This can only be done with IO_ResModifyNotifRQ.

PWS-3810

3.19.0

OTA_HotelResNotifRQ

inbound

OnPrem

no schema changes


Implemented the import of the attributes CommunicationChannel and TravelReason.

PWS-3820

3.19.0

OTA_HotelRatePlanNotifRQ

inbound

OnPrem

no schema changes


  • Overlay = All data is overwritten 
  • Delta = Only the specified data record in the RQ is adjusted. All other data remains unchanged. 

PWS-3821

3.19.0

IO_SystemDataRQ

inbound

OnPrem

IO_SystemDataRQ | Request | Rates @IncludeInvisible


Codeblock
languagexml
collapsetrue
<p:IO_SystemDataRQ xmlns:p="http://protel.io/soap" TimeStamp="2020-08-20T07:15:51.4023488Z" Version="1.000" CorrelationID="IncludeInvisible">
	<p:Request xmlns:p="http://protel.io/soap">
		<p:UniqueID Type="10" ID="3152" ID_Context="protelIO"/>
		<p:Rates IncludeInvisible="true"/>
	</p:Request>
</p:IO_SystemDataRQ>


To shorten the RS message we implemented a new attribute to exclude information about expired rates. If this new attribute is not provided, the RS message will contain information about all rates as before  (default=true). If the new attribute is sent with "false", the RS message will no longer contain information about expired rates.

PWS-3805
PWS-3806

3.19.0

IO_SystemDataRS

outbound

OnPrem

IO_SystemDataRS | SystemData | Reservations | GuestRelationTypes | GuestRelationType 


Codeblock
<ns2:IO_SystemDataRS>
	<ns2:SystemData>
		<ns2:Reservations>
			<ns2:GuestRelationTypes>
				<ns2:GuestRelationType Code="BRO" ID="1" ID_Context="protelIO" Visible="true">
					<ns2:Name Language="en">Brother</ns2:Name>
				</ns2:GuestRelationType>


Added the GuestRelationType to the SystemDataRS.

PWS-3835

3.19.0

PWS 3.17.X 

Anker
PWS 3.17.X
PWS 3.17.X

OTA_HotelInvBlockNotifRQ

outboundOnPremOTA_HotelInvBlockNotifRQ | InvBlocks | InvBlock | RoomTypes | RoomType | RatePlans | RatePlan@TaxInclusive

...

OTA_HotelResNotifRQ / HotelReservations / HotelReservation / RoomStays /  RoomStay / GuestCounts /  GuestCount

Codeblock
languagexml
collapsetrue
<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">abff3eca-90ac-4e15-af69-b2020819822c</htnga:CorrelationID>
	</env:Header>
	<env:Body>
		<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:px="http://protel.io/htng/extensions" xmlns:func="http://example.com/mf">
			<POS>
				<Source>
					<RequestorID Type="10" ID="2691" ID_Context="protelIO"/>
				</Source>
			</POS>
			<HotelReservations>
				<HotelReservation CreateDateTime="2020-09-30T10:45:16.000" CreatorID="MDGHACABEL" ResStatus="Reserved">
					<UniqueID Type="14" ID="16255156_1" ID_Context="GHA"/>
					<UniqueID Type="14" ID="" ID_Context="protelIO"/>
					<RoomStays>
						<RoomStay MarketCode="TRA" SourceOfBusiness="GHA">
							<RoomTypes>
								<RoomType IsRoom="true" RoomTypeCode="1BR" NumberOfUnits="1"/>
							</RoomTypes>
							<RatePlans>
								<RatePlan RatePlanCode="BASE_TEST" EffectiveDate="2020-11-03" ExpireDate="2020-11-04">
									<RatePlanInclusions RatePlanInclusions="false"/>
								</RatePlan>
							</RatePlans>
							<RoomRates>
								<RoomRate RatePlanCode="BASE_TEST" RoomTypeCode="1BR" EffectiveDate="2020-11-03" ExpireDate="2020-11-04" NumberOfUnits="1">
									<Rates>
										<Rate RateTimeUnit="Day" EffectiveDate="2020-11-03" ExpireDate="2020-11-04" UnitMultiplier="1">
											<Base CurrencyCode="EUR" AmountAfterTax="360"/>
											<Total/>
											<TPA_Extensions>
												<RateAmountExtensions>
													<RateAmount/>
												</RateAmountExtensions>
											</TPA_Extensions>
										</Rate>
									</Rates>
								</RoomRate>
							</RoomRates>
							<GuestCounts>				
								<GuestCount Count="1" AgeQualifyingCode="10"/>
								<GuestCount Count="1" AgeQualifyingCode="8"/>
								<GuestCount Count="1" AgeQualifyingCode="7"/>
								<GuestCount Count="1" AgeQualifyingCode="9"/>								
							</GuestCounts>

...

OTA_HotelRatePlanNotifRQ

...


Codeblock
languagexml
collapsetrue

...

<RatePlan 

...

CurrencyCode="

...

EUR" End="2100-01-01" MaxGuestApplicable="9999" RatePlanCode="StdRateExclTax" Start="1980-01-01" TaxInclusive="false">


Flag is linked to the system setup for rate values. If the PWS is set to send "net values only", the attribute will be send with "false". If the system is set up to send "gross values only" OR "net and gross values", the attribute will be send with "true".PWS-37293.17.0

HTNG_HotelRoomStatusUpdateNotifRQ

outbound / inboundOnPrem


Message implemented for outbound and inbound processing.PWS-3202
PWS-3246
3.17.0

PWS 3.16.X 

Anker
PWS 3.16.X
PWS 3.16.X

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outbound

OnPrem

OTA_ProfileCreateRQ | Profile | Customer | Document

OTA_ProfileModifyRQ | ProfileModify | Customer | Document

no schema change

With OnPrem 23.060 it will be possible to store more than one travel document per profile so that the outbound profile messages may contain more than one document element.

PWS-3723

3.16.0

OTA_HotelResNotifRQ

outbound

OnPrem

HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Customer | RelatedTraveler | TPA_Extensions | px:GuestStayExtensions | px:StayInfo


Codeblock
languagexml
collapsetrue
<RelatedTraveler BirthDate="2006-03-05">
	<UniqueID ID="181493" ID_Context="protelIO" Type="1"/>
	<PersonName Language="de">
		<NamePrefix/>
		<GivenName>Tick</GivenName>
		<MiddleName/>
		<Surname>Duck</Surname>
		<Document DocID="987654321" DocType="5"/>
	</PersonName>
	<TPA_Extensions>
		<px:GuestStayExtensions>
			<px:StayInfo PrimaryInd="false" RelationToPrimary="Neffe / Nichte"/>
		</px:GuestStayExtensions>
	</TPA_Extensions>
</RelatedTraveler>


The legal requirements in Spain stipulate that additional guests can be related to the main guest.

The relationship to the main guest can soon be transferred by the additional attribute with.

This is for example important  for police reports.

PWS-3697

3.16.0

OTA_HotelResNotifRQ

outbound

OnPrem

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | TPA_Extensions | px:Traces


No change in XML, but traces from the past (before the current PMS business date) are no longer sent.

PWS-3676

3.16.0

OTA_ProfileModifyRQ

outbound

OnPrem

OTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:ProfileExtensions | px:PersonInfos | px:Registration | px:Occupation


Codeblock
collapsetrue
<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
    <px:ProfileInfoExtensions>
        <px:PersonInfos>
            <px:MarketingCodes>
                

...

<px:Code 

...

DefaultInd="

...

false" 

...

DisplaySequence="

...

0" 

...

ID="

...

3" 

...

ID_Context="

...

protelIO" 

...

Type="

...

MARKETINGCODE">Wintergast</

...

px:Code>
            </px:MarketingCodes>
            

...

<px:Registration 

...

BirthCountry="

...

DE" 

...

BirthPlace="

...

Oberhausen">
                <px:Occupation>Polizist</px:Occupation>
    

...

        </px:Registration>
            

...

<px:Language 

...

DefaultInd="true">en</

...

px:Language>
        

...

</

...

px:PersonInfos>
        <px:Salutation ID="1" 

...

ID_Context="protelIO" Type="Salutation">Sehr geehrte Frau Werner</px:Salutation>
    </

...

px:ProfileInfoExtensions>
</

...

TPA_

...

Extensions>


The attribute occupation was added. 

PWS-3714

3.16.0

IO_ResModifyNotifRQ

inbound

OnPrem

IO_ResModifyNotifRQ | Reservations | Reservation | ProfileReferences | ProfileReference

@RelationToPrimary


Codeblock
languagexml
collapsetrue
<p:IO_ResModifyNotifRQ xmlns:p

...

="http://

...

protel.

...

io/

...

soap" 

...

CorrelationID="

...

UseCase11b" 

...

TimeStamp="

...

2018-12-29T15:20:35.985Z" 

...

Version="

...

1.00">

...

    <p:Reservations HotelCode="3152">
        <p:Reservation ArrivalDate="2018-11-11">
            <p:UniqueID ID="345474" Type="

...

Reservation" ID_Context="

...

Codeblock
<HTNG_HotelFolioNotifRQ EchoToken="2fbba247-9504-45bf-9188-89c4ab0b19fd" TimeStamp="2020-02-13T09:16:58Z" Version="4" CorrelationID="2fbba247-9504-45bf-9188-89c4ab0b19fd" xmlns="http://htng.org/2014B">
			<POS xmlns="http://www.opentravel.org/OTA/2003/05">
				<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="2019-06-02" />
						</px:POSExtensions>
					</TPA_Extensions>
				</Source>
			</POS>
			<UniqueID Type="14" ID="1432" ID_Context="protelIO" />
			<Folios>
				...

...

Protel_IO"/>

...


            <p:ProfileReferences>
                <p:ProfileReference ID_Context="protelIO" Type="Customer" ID="181491" RelationToPrimary="Son" Action="CREATE"/>
            </p:ProfileReferences>
        </p:Reservation>
    </p:Reservations>
</p:IO_ResModifyNotifRQ>


The legal requirements in Spain stipulate that additional guests can be related to the main guest.

The relationship to the main guest can be transferred by the additional attribute for UseCase 11b only.

The relation is for example important for police reports. 

PWS-3700

3.16.0

OTA_HotelResNotifRQ

OTA_HotelStayInfoNotifRQ

OTA_ProfileCreateRQ 

OTA_ProfileCreateRQ

outbound

OnPrem

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration |  | px:DocumentInfos | px:DocumentInfo

OTA_HotelStayInfoNotifRQ | StayInfos | StayInfo | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration |  | px:DocumentInfos | px:DocumentInfo

OTA_ProfileCreateRQ | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration |  | px:DocumentInfos | px:DocumentInfo

OTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration  |  px:DocumentInfos | px:DocumentInfo


Codeblock
languagexml
collapsetrue

...

<OTA_HotelInvBlockNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="20a3dd5a-632c-4cb3-a52b-454237d8b2c6" TimeStamp="2020-02-17T11:25:05Z" Version="4.001" CorrelationID="20a3dd5a-632c-4cb3-a52b-454237d8b2c6" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd">
	<InvBlocks>
		<InvBlock TransactionAction="Modify" InvBlockName="" InvBlockLongName="Test Laureen11" InvBlockCode="3107" InvBlockStatusCode="2" BookingStatus="Open" InvBlockTypeCode="16">
			<HotelRef HotelCode="2559" ChainCode="protelIO21" HotelName="K+K Hotel Opera, H- 1065 Budapest"/>
			<InvBlockDates OffsetDuration="P3D" OffsetCalculationMode="BeforeBlockStartDate" Start="2020-12-01" End="2020-12-02"/>
			<RoomTypes>
				<RoomType RoomTypeCode="Cl-Double">
					<RatePlans>
						<RatePlan RatePlanCode="Rack" CurrencyCode="EUR" Start="1980-01-01" End="2100-01-01" MaxGuestApplicable="9999">
							<MarketCode MarketCode="Transient Non Opaque" SourceOfBusiness="Telefon"/>
							<BaseByGuestAmts>
								<BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="84.75" AmountAfterTax="100.00" NumberOfGuests="1"/>
								<BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="84.75" AmountAfterTax="100.00" NumberOfGuests="2"/>
							</BaseByGuestAmts>
							<RateDescription Name="RateGroup">
								<Text TextFormat="PlainText">rack</Text>
							</RateDescription>
						</RatePlan>
					</RatePlans>
				</RoomType>

...

Codeblock
languagexml
collapsetrue
<OTA_HotelInvBlockNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="349e1263-4ea1-46e3-b0cf-c646e7223111" TimeStamp="2020-02-17T09:49:00Z" Version="4.001" CorrelationID="349e1263-4ea1-46e3-b0cf-c646e7223111" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd">
	<InvBlocks>
		<InvBlock TransactionAction="Modify" InvBlockName="" InvBlockLongName="Test Laureen11" InvBlockCode="3107" InvBlockStatusCode="2" BookingStatus="Open" InvBlockTypeCode="16">
			<HotelRef HotelCode="2559" ChainCode="protelIO21" HotelName="K+K Hotel Opera, H- 1065 Budapest"/>
			<InvBlockDates OffsetDuration="P3D" OffsetCalculationMode="BeforeBlockStartDate" Start="2020-12-01" End="2020-12-02"/>
			<BlockDescriptions>
				<BlockDescription CreateDateTime="2017-09-01T00:00:00">
					<Text TextFormat="PlainText">Memo Test :-) </Text>
				</BlockDescription>
			</BlockDescriptions>
				...

Add the Attribute @CreateDateTime to the Element BlockDescription.

Remove the Attributes @Start, @End and @Name from the Element BlockDescription.

...

PWS-1152

PWS-473

...

Codeblock
languagexml
collapsetrue
<OTA_HotelInvBlockNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="7926204f-f9cd-4bfd-a96b-a8f980a963d9" TimeStamp="2020-02-17T08:21:22Z" Version="4.001" CorrelationID="7926204f-f9cd-4bfd-a96b-a8f980a963d9" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd">
	<InvBlocks>
		<InvBlock TransactionAction="Modify" InvBlockName="" InvBlockLongName="Test Laureen11" InvBlockCode="3107" InvBlockStatusCode="2" BookingStatus="Open" InvBlockTypeCode="16">
			<Contacts>
				<Contact ContactType="Corporation">
					<CompanyName>Protel</CompanyName>
					<PersonName>
						<NamePrefix>Frau</NamePrefix>
						<GivenName>Test</GivenName>
						<Surname>Test</Surname>
					</PersonName>
					<Telephone PhoneNumber="0231915930" PhoneTechType="1" ShareMarketInd="Yes" PhoneLocationType="7" DefaultInd="true"/>
					<Telephone PhoneNumber="0177-23232323" PhoneTechType="5" ShareMarketInd="Yes" PhoneLocationType="7" DefaultInd="true"/>
					<Telephone PhoneNumber="0231915986" PhoneTechType="3" ShareMarketInd="Yes" PhoneLocationType="7" DefaultInd="true"/>
					<Email>test@msn.com</Email>
				</Contact>
...

...

  • @ShareMarketInd
  • @PhoneLocationType
  • @DefaultInd

...

Codeblock
languagexml
collapsetrue
<OTA_HotelInvBlockNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="e604f3ba-709d-467a-8b06-a7f8e05b6384" TimeStamp="2020-02-17T08:39:59Z" Version="4.001" CorrelationID="e604f3ba-709d-467a-8b06-a7f8e05b6384" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd">
	<InvBlocks>
		<InvBlock TransactionAction="Modify" InvBlockName="" InvBlockLongName="Test Laureen11" InvBlockCode="3107" InvBlockStatusCode="2" BookingStatus="Open" InvBlockTypeCode="17">
			<Contacts>
				<Contact ContactType="Travel Agent">
					<CompanyName>Test Tour</CompanyName>
					<Email/>
				</Contact>
				<Contact ContactType="Wholesaler">
					<CompanyName>test</CompanyName>
					<Email/>
				</Contact>
				<Contact ContactType="Group">
					<CompanyName>Test Tour group 2014.Febr.1-2.</CompanyName>
					<Email/>
				</Contact>
				<Contact ContactType="Corporation">
					<CompanyName>Protel</CompanyName>
..

Use the OTA Value for the profile Types

Profile TypeOTA Value
private ProfileCustomer
Company ProfileCorporation
Source ProfileWholesaler
TA ProfileTravel Agent
Group ProfileGroup

...

Codeblock
languagexml
collapsetrue
<OTA_HotelInvBlockNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="7926204f-f9cd-4bfd-a96b-a8f980a963d9" TimeStamp="2020-02-17T08:21:22Z" Version="4.001" CorrelationID="7926204f-f9cd-4bfd-a96b-a8f980a963d9" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd">
	<InvBlocks>
		<InvBlock TransactionAction="Modify" InvBlockName="" InvBlockLongName="Test Laureen11" InvBlockCode="3107" InvBlockStatusCode="2" BookingStatus="Open" InvBlockTypeCode="16">
			<Contacts>
				<Contact ContactType="Corporation">
					<CompanyName>Protel</CompanyName>
					<PersonName>
						<NamePrefix>Frau</NamePrefix>
						<GivenName>Test</GivenName>
						<Surname>Test</Surname>
					</PersonName>
					<Telephone PhoneNumber="0231915930" PhoneTechType="1" ShareMarketInd="Yes" PhoneLocationType="7" DefaultInd="true"/>
					<Telephone PhoneNumber="0177-23232323" PhoneTechType="5" ShareMarketInd="Yes" PhoneLocationType="7" DefaultInd="true"/>
					<Telephone PhoneNumber="0231915986" PhoneTechType="3" ShareMarketInd="Yes" PhoneLocationType="7" DefaultInd="true"/>
					<Email>test@msn.com</Email>
				</Contact>
...

...

Codeblock
<RatePlan RatePlanCode="RAK3" CurrencyCode="AED" Start="1980-01-01" End="2100-01-01">
	<MarketCode MarketCode="n/a" />
	<BaseByGuestAmts>
		<BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="1200.00" AmountAfterTax="1200.00" NumberOfGuests="1" CurrencyCode="AED" />
		<BaseByGuestAmt AgeQualifyingCode="10" AmountBeforeTax="1200.00" AmountAfterTax="1200.00" NumberOfGuests="2" CurrencyCode="AED" />
	</BaseByGuestAmts>
	<RateDescription Name="RateGroup">
		<Text TextFormat="PlainText">BAR</Text>
	</RateDescription>
</RatePlan>

...

OTA_HotelInvBlockNotifRQ

...

OTA_HotelInvBlockNotifRQ/ InvBlocks / InvBlock / BlockDescriptions / BlockDescription / Text Element

Codeblock
languagexml
collapsetrue
<OTA_HotelInvBlockNotifRQ EchoToken="5f565749-ea51-4cad-9ec4-8be1a0b5480b" TimeStamp="2020-01-24T08:22:41Z" Version="4" CorrelationID="5f565749-ea51-4cad-9ec4-8be1a0b5480b" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd" xmlns="http://www.opentravel.org/OTA/2003/05">
	<InvBlocks>
		<InvBlock TransactionAction="Modify" InvBlockName="" InvBlockLongName="Test Laureen11" InvBlockCode="3107" InvBlockStatusCode="2" BookingStatus="Open" InvBlockTypeCode="16">
			<HotelRef HotelCode="2559" ChainCode="protelIO21" HotelName="K+K Hotel Opera, H- 1065 Budapest" />
			<InvBlockDates OffsetDuration="P3D" OffsetCalculationMode="BeforeBlockStartDate" Start="2020-12-01" End="2020-12-02" />
			<BlockDescriptions>
				<BlockDescription Name="Block Facts" Start="2020-12-01" End="2020-12-02">
					<Text TextFormat="PlainText">Test</Text>
				</BlockDescription>
			</BlockDescriptions>

...

Codeblock
<RoomType IsRoom="true" RoomTypeCode="EZ" RoomID="103" RoomType="103 - Einzelzimmer" Quantity="1">
	<RoomDescription Name="RoomFeatures">
		<Text>BALK,TERR</Text>
	</RoomDescription>
	<Occupancy MinOccupancy="3"/>
</RoomType>

...

Codeblock
languagexml
collapsetrue
<OTA_HotelAvailRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2020-02-07T10:25:13.2090389Z" Version="3.000" CorrelationID="EchoToken_String" EchoToken="EchoToken_String">
	<Success/>
	<HotelStays>
		<HotelStay RoomStayRPH="1">
			<BasicPropertyInfo HotelCode="2559" HotelCodeContext="protelIO" HotelName="K+K Hotel Opera, H- 1065 Budapest" ChainCode="protelIO21"/>
			<Availability Status="Open" Start="2017-10-21T00:00:00.000Z" End="2017-10-22T00:00:00.000Z"/>
		</HotelStay>
	</HotelStays>
	<RoomStays>

...

Add the following Attributes

  • HotelCode
  • HotelName
  • ChainCode
  • HotelCodeContext

...

Codeblock
languagexml
collapsetrue
<?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">EchoToken_String</htnga:CorrelationID>
		<Source xmlns="http://protel.io/soap" Product="protel On Premise SPE" ProductVersion="20.22000" Module="protel.WebServices" ModuleVersion="0.0.0.7118" Service="io.protel.onpremise"/>
	</env:Header>
	<env:Body>
		<OTA_HotelAvailRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2020-02-07T09:49:20.4072646Z" Version="6.001" CorrelationID="EchoToken_String" EchoToken="EchoToken_String" PrimaryLangID="en" SearchCacheLevel="live">
			<Success/>
			<HotelStays>
				<HotelStay RoomStayRPH="1">
					<BasicPropertyInfo HotelCode="2559" HotelCodeContext="protelIO" HotelName="K+K Hotel Opera, H- 1065 Budapest" ChainCode="1"/>
					<Availability Status="Open" Start="2017-10-21T00:00:00.000Z" End="2017-10-22T00:00:00.000Z"/>
				</HotelStay>
			</HotelStays>
			<RoomStays>
				<RoomStay RoomStayStatus="Quote" ResponseType="PropertyRateList" AvailabilityStatus="AvailableForSale" InfoSource="PMS" RPH="1" AvailableIndicator="true">

...

Add the following Attributes

  • AvailabilityStatus → Used to specify an availability status at the room stay level for a property.
  • AvailableIndicator → display if the room is available or not

...

Codeblock
languagexml
collapsetrue
<?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">EchoToken_String</htnga:CorrelationID>
		<Source xmlns="http://protel.io/soap" Product="protel On Premise SPE" ProductVersion="20.22000" Module="protel.WebServices" ModuleVersion="0.0.0.7118" Service="io.protel.onpremise"/>
	</env:Header>
	<env:Body>
		<OTA_HotelAvailRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2020-02-07T09:49:20.4072646Z" Version="6.001" CorrelationID="EchoToken_String" EchoToken="EchoToken_String" PrimaryLangID="en" SearchCacheLevel="live">
			<Success/>

...

Change the Version number to 6.001.

Add the following Attributes

  • PrimaryLangID
  • SearchCacheLevel 

...

Codeblock
languagexml
collapsetrue
<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htnga:CorrelationID>d1d651a6-b036-4d87-a445-8aafd1e29981</htnga:CorrelationID>
		<Source Product="protel On Premise SPE" ProductVersion="20.21800" Module="protel.WebServices" ModuleVersion="0.0.0.7060" Service="io.protel.onpremise" xmlns="http://protel.io/soap" />
	</env:Header>
	<env:Body>
		<OTA_ProfileCreateRQ EchoToken="d1d651a6-b036-4d87-a445-8aafd1e29981" TimeStamp="2020-01-30T10:43:51Z" Version="3.001" CorrelationID="d1d651a6-b036-4d87-a445-8aafd1e29981" 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="2019-06-01" />
						</px:POSExtensions>
					</TPA_Extensions>
				</Source>
			</POS>
			<UniqueID Type="10" ID="3153" ID_Context="protelIO" />
			<UniqueID Type="1" ID="8227" ID_Context="protelIO" />
			<Profile ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-30T11:43:00" CreatorID="protel 1" RPH="8227" LastModifyDateTime="2020-01-30T11:43:50" LastModifierID="protel 1" StatusCode="4">
				<Customer Gender="Unknown" Language="de">
					<PersonName>
						<GivenName>Alireza</GivenName>
						<Surname>memarifard</Surname>
					</PersonName>
					<Address FormattedInd="false" ShareMarketInd="No" Type="1" DefaultInd="true">
						<StateProv/>
						<CountryName />
					</Address>
					<Document BirthDate="1900-01-01" EffectiveDate="1900-01-01" ExpireDate="2050-12-31" />
					<EmployerInfo CompanyShortName="Protel" Department="IOTEC">Protel HotelSoftware GmbG</EmployerInfo>
				</Customer>
				<UserID Type="1" ID="8227" ID_Context="protelIO" />
				<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
					<SearchName Value="memarifard" />
					<Optinouts>
						<Optinout OptinoutEvent="Reservation" OptinoutType="Letter" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Invoice" OptinoutType="Letter" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Advertisement" OptinoutType="Letter" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Reservation" OptinoutType="Phone" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Invoice" OptinoutType="Phone" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Advertisement" OptinoutType="Phone" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Reservation" OptinoutType="Mail" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Invoice" OptinoutType="Mail" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Advertisement" OptinoutType="Mail" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Reservation" OptinoutType="TextMessage" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Invoice" OptinoutType="TextMessage" OptinoutStatus="no" />
						<Optinout OptinoutEvent="Advertisement" OptinoutType="TextMessage" OptinoutStatus="no" />
					</Optinouts>
				</TPA_Extensions>
			</Profile>
		</OTA_ProfileCreateRQ>
	</env:Body>
</env:Envelope>

...

Codeblock
languagexml
collapsetrue
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header xmlns:p="http://protel.io/soap">
		<p:JWT>eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJpby5wcm90ZWwub25wcmVtaXNlIiwicEFpckhvdGVsIjo3LCJpc3MiOiJlc2I6dGVzdCIsImhvdGVsIjoyNjkxLCJleHAiOjE1ODAzMTA5NDd9.FuFq2b65rlCeylOzAKcjOvhxA7RaAHP2xG_LYhAIHNdrajy7pPHYVm8r-Yep2T2rMAur0Vx9rlFZxfAE_BuYYbHosUKHuOBG9rcFayEjs5qnYxTDkBfJmSIne90S3ub6h0du8_cjrIDybEQjTQzcIx4NN7NynKXrdbOGF1jzaSbciXsM0IXKBG355LemDpOg7nD2odok5NfEvzCNrqHk9nNRMP9_pr1a5HkIbBC_gQ8nq0LVwCEuhvpto4zep3GIS39liZn4fiEn0Q4p0hee1Pp0Xhw0vaZEZH0Ljp5_BU6hDMv5cDgaQJ0GB98KnbAB4dIMbWsBSSUlbFiBdJP9qQ</p:JWT>
		<htnga:CorrelationID xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders">960ace98-0bf8-4755-b644-badf55cd2b4f</htnga:CorrelationID>
		<wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://172.31.189.104:8110/oxi/proxy/esb</wsa:To>
		<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://htng.org/PWSWG/2010/12/OTA_ProfileCreateRQ_SubmitRequest</wsa:Action>
	</env:Header>
	<env:Body>
		<OTA_ProfileCreateRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="960ace98-0bf8-4755-b644-badf55cd2b4f" TimeStamp="2020-01-29T15:12:28Z" Version="3.001" CorrelationID="960ace98-0bf8-4755-b644-badf55cd2b4f" PrimaryLangID="en">
			<POS>
				<Source>
					<RequestorID Type="10" ID="2691" ID_Context="protelIO"/>
					<BookingChannel Type="4" Primary="true"/>
					<TPA_Extensions>
						<px:POSExtensions xmlns:px="http://protel.io/htng/extensions">
							<px:HotelInfo FiscalDate="2019-08-11"/>
						</px:POSExtensions>
					</TPA_Extensions>
				</Source>
			</POS>
			<UniqueID Type="10" ID="2691" ID_Context="protelIO"/>
			<UniqueID Type="1" ID="5385433" ID_Context="protelIO"/>
			<Profile ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-29T16:12:00" CreatorID="protel 1" RPH="5385433" LastModifyDateTime="2020-01-29T16:12:26" LastModifierID="protel 1" StatusCode="4">
				<Customer Gender="Unknown" Language="en">
					<PersonName>
						<GivenName>xxx</GivenName>
						<Surname>hasani</Surname>
					</PersonName>
					<Address FormattedInd="false" ShareMarketInd="No" Type="1" DefaultInd="true">
						<StateProv/>
						<CountryName/>
					</Address>
					<CitizenCountryName DefaultInd="true" Code="DE"/>
					<Document BirthDate="1900-01-01" EffectiveDate="1900-01-01" ExpireDate="2050-12-31"/>
					<EmployerInfo CompanyShortName="" Department=""/>
				</Customer>
				<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
					<SearchName Value="hasani"/>
					<Nationality Value="Germany"/>
					<Optinouts>
						<Optinout OptinoutEvent="Reservation" OptinoutType="Letter" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Invoice" OptinoutType="Letter" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Advertisement" OptinoutType="Letter" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Reservation" OptinoutType="Phone" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Invoice" OptinoutType="Phone" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Advertisement" OptinoutType="Phone" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Reservation" OptinoutType="Mail" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Invoice" OptinoutType="Mail" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Advertisement" OptinoutType="Mail" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Reservation" OptinoutType="TextMessage" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Invoice" OptinoutType="TextMessage" OptinoutStatus="no"/>
						<Optinout OptinoutEvent="Advertisement" OptinoutType="TextMessage" OptinoutStatus="no"/>
					</Optinouts>
				</TPA_Extensions>
			</Profile>
		</OTA_ProfileCreateRQ>
	</env:Body>
</env:Envelope>

...

OTA_ProfileCreateRQ / Profile / Customer /  CustLoyalty / SubAccountBalance / @Type

OTA_ProfileModifyRQ / ProfileModify / Customer /  CustLoyalty / SubAccountBalance / @Type

Codeblock
languagexml
collapsetrue
<OTA_ProfileModifyRQ EchoToken="37b0359b-0566-4738-b8bf-711fe4b5fc18" TimeStamp="2020-01-30T08:29:32Z" Version="1.001" CorrelationID="37b0359b-0566-4738-b8bf-711fe4b5fc18" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
	<UniqueID Type="10" ID="2691" ID_Context="protelIO" />
	<UniqueID Type="1" ID="5383233" ID_Context="protelIO" />
	<ProfileModify ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2019-11-12T13:17:00" CreatorID="909 – Enrollment" RPH="5383233" LastModifyDateTime="2020-01-30T09:29:22" LastModifierID="protel 1" StatusCode="4">
		<Customer Gender="Unknown" Language="en">
			<CitizenCountryName DefaultInd="true" Code="DE" />
			<Document BirthDate="1900-01-01" EffectiveDate="1900-01-01" ExpireDate="2050-12-31" />
			<CustLoyalty ProgramID="" MembershipID="8358575506" RPH="3678113" PrimaryLoyaltyIndicator="false" AllianceLoyaltyLevelName="GHA" Remark="" LoyalLevel="GOLD" SignupDate="2019-08-11" EffectiveDate="2019-08-11" ExpireDate="2020-12-31" ShareMarketInd="No" ShareSyncInd="No">
				<SubAccountBalance Type="Money" Balance="1234656" />
			</CustLoyalty>
...

...

OTA_ProfileCreateRQ / Profile / Customer / URL

OTA_ProfileModifyRQ / ProfileModify / Customer / URL

OTA_ProfileCreateRQ / Profile / CompanyInfo / URL

OTA_ProfileModifyRQ / ProfileModify / CompanyInfo / URL

Codeblock
languagexml
collapsetrue
<OTA_ProfileModifyRQ EchoToken="0afb4fd3-362f-44e3-a89a-cfe863a8d656" TimeStamp="2020-01-30T07:59:55Z" Version="1.001" CorrelationID="0afb4fd3-362f-44e3-a89a-cfe863a8d656" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
	<UniqueID Type="1" ID="253765" ID_Context="protelIO" />
	<ProfileModify ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2011-05-06T15:46:00" CreatorID="Ildikó Gyurasza" RPH="253765" LastModifyDateTime="2011-06-24T15:13:17" LastModifierID="Krisztina Herczog" StatusCode="4">
		<Customer Gender="Unknown" BirthDate="1983-09-08" Language="en">
			<URL DefaultInd="true" Remark="INFO URL">Main URL</URL>
			<URL DefaultInd="false" Remark="Remark">URL @ URL.com</URL>
			...

...

OTA_ProfileCreateRQ / Profile / Customer / PersonName / MiddleName

OTA_ProfileModifyRQ / ProfileModify / Customer / PersonName / MiddleName

Codeblock
languagexml
collapsetrue
<OTA_ProfileModifyRQ EchoToken="5af6bf14-9a86-4a2c-8af0-e18e9593af4a" TimeStamp="2020-01-27T13:16:50Z" Version="1.001" CorrelationID="5af6bf14-9a86-4a2c-8af0-e18e9593af4a" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
	<UniqueID Type="1" ID="434610" ID_Context="protelIO" />
	<ProfileModify ShareAllOptOutInd="No" ProfileType="1" CreateDateTime="2019-10-02T11:11:00" CreatorID="protel 1" RPH="434610" LastModifyDateTime="2020-01-27T14:16:45" LastModifierID="protel 1" StatusCode="4">
		<Customer Gender="Unknown" Language="de">
			<PersonName>
				<NamePrefix>Frau Mag.</NamePrefix>
				<GivenName>GivenName</GivenName>
				<MiddleName>MiddleName</MiddleName>
				<Surname>Surname</Surname>
			...

...

OTA_ProfileCreateRQ / Profile / Customer / Address – OTA_ProfileModifyRQ / ProfileModify / CompanyInfo / AddressInfo

OTA_ProfileCreateRQ / Profile / Customer / Telephone – OTA_ProfileModifyRQ / ProfileModify / CompanyInfo/ TelephoneInfo

OTA_ProfileCreateRQ / Profile / Customer / Address / @FormattedInd – OTA_ProfileModifyRQ / ProfileModify / Customer / Address / @FormattedInd

OTA_ProfileCreateRQ / Profile / Customer / Telephone / @FormattedInd – OTA_ProfileModifyRQ / ProfileModify / Customer / Telephone / @FormattedInd

<Customer>
    <TPA_Extensions>
    ....
        <ProfileInfoExtensions>
        ....
            <PersonInfos>
            ....           
                <Registration BirthDate="1980-01-06" BirthCountry="MA">
                    <Occupation>Mechanic</Occupation>
                    <DocumentInfos>                 
                      <DocumentInfo RPH="665554444" ID_Context="SNDS" ID="120-24440-GV0" Type="DocumentIdentifier"/>
                    </DocumentInfos>
                </Registration> 
            </PersonInfos>
        </ProfileInfoExtensions> 
    </TPA_Extensions>
</Customer>


Due to Spanish legal requirements (Police reports), we extend the TPA extensions in the Customer  element with DocumentInfo for the support number  of Spanish documents.

PWS-3712

3.16.0

OTA_HotelResNotifRQ

OTA_ProfileCreateRQ 

OTA_ProfileCreateRQ 

inbound

OnPrem 

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration |  | px:DocumentInfos | px:DocumentInfo

OTA_ProfileCreateRQ | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration |  | px:DocumentInfos | px:DocumentInfo

OTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration  |  px:DocumentInfos | px:DocumentInfo


Codeblock
languagexml
collapsetrue
<Customer>
    <TPA_Extensions>
    ....
        <ProfileInfoExtensions>
        ....
            <PersonInfos>
            ....           
                <Registration BirthDate="1980-01-06" BirthCountry="MA">
                    <Occupation>Mechanic</Occupation>
                    <DocumentInfos>                 
                      <DocumentInfo RPH="665554444" ID_Context="SNDS" ID="120-24440-GV0" Type="DocumentIdentifier"/>
                    </DocumentInfos>
                </Registration> 
            </PersonInfos>
        </ProfileInfoExtensions> 
    </TPA_Extensions>
</Customer>


Due to Spanish legal requirements (Police reports), we extend the TPA extensions in the Customer  element with DocumentInfo for the support number  of a Spanish documents.

PWS-3713

3.16.0

OTA_ProfileCreateRQ

OTA_ProfileCreateRQ 


inbound

OnPrem

no change in xml


Codeblock
languagexml
collapsetrue
<Customer Gender="Male" BirthDate="2020-01-01" VIP_Indicator="true" Language="de" CustomerValue="ECA - 10%|0;VIP|2">
	<PersonName>
		<NamePrefix>Herr</NamePrefix>
		<GivenName>Donald</GivenName>
		<Surname>Duck</Surname>
	</PersonName>
	<CitizenCountryName DefaultInd="true" Code="DE"/>
	<Document DocID="123456798" DocIssueLocation="" DocType="2" EffectiveDate="2020-01-01" ExpireDate="2030-01-01"/>
	<Document DocID="963852" DocType="1" EffectiveDate="2021-10-10"/>
</Customer>


With OnPrem version 23.060 and higher it is possible to send more than one document per profile.

PWS-3651

3.16.0

OTA_HotelResNotifRQ

OTA_ProfileCreateRQ

OTA_ProfileCreateRQ 

outbound / inbound

OnPrem

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration | LicensePlate


OTA_ProfileCreateRQ | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration | LicensePlate

OTA_ProfileModifyRQ | ProfileModify | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:ProfileInfoExtensions | px:PersonInfos | px:Registration | LicensePlate


Codeblock
languagexml
collapsetrue
<px:ProfileInfoExtensions>
    <px:PersonInfos>
        <px:Registration BirthCountry="DE" BirthPlace="Entenhausen">
            <LicensePlate>ENT-DD 1</LicensePlate>
        </px:Registration>
    </px:PersonInfos>
</px:ProfileInfoExtensions>


Corrected the xml to follow the schema.

PWS-3711

3.16.0

ESB 323

Anker
ESB 323
ESB 323








HTNG_ChargePostingRSoutbound

onPrem

pAir

 HTNG_ChargePostingRS | Errors | Error


Codeblock
languagexml
collapsetrue
<Errors>
                <Error Code="188" Type="1" ShortText="Transaction error - please report. Incomplete Posting flow. Please check the guest folio before a retry."/>
            </Errors>


If no RS is generated by the PMS service within ~55 seconds, then:
  • the ESB will not do retries itself
  • the ESB will generate a generic RS to inform the sender of the RQ about the failure.

! The RQ should not be automatically retried - the posting itself could have happened, yet for some reason - no RS could have been generated by the PMS service (e.g. fiscalization error).

IO-7390ESB 323

IPA 24.38

Anker
IPA 24.38
IPA 24.38









OTA_HotelResNotifRQ

inboundpAir

no schema change

no schema change

Handling for CC-Cards

  • inbound @CardCode Attribute needs to be configured in the pAir SystemData that it can be used for Payment Posting or Deposit Posting
  • Case-insensitive is working for the @CardCode Attribute
    • CardCode in the SystemData: "Mastercard" → inbound CardCode "MasterCard"
    • CardCode in the SystemData: "Mastercard" → inbound CardCode "mastercards"
  • Detokenize Card Number is always possible

→ Important for Hotels → all possible inbound CardCodes needs to be configured in the System Data (if a vendor is sending "Mastercard (virtual credit card)" it needs to be configured in the SystemData)
→ Important for Vendor → discuss with the Hotels with CardCode are configured in their System Data.

IPA-1568

24.38

IPA 24.29

Anker
IPA 24.29
IPA 24.29









IO_SystemDataRS 


IO_ResModifyNotifRQ


OTA_HotelResNotifRQ



outbound


outbound


outbound / inbound

pAir

no schema change

no schema change

If the new Xsetup (Guest Relation with Primary) is set for the relations of the guests to the main guest, the various GuestRelationTypes can be queried from the system data via IO_SystemDataRS and sent via IO_ResModifyNotifRQ and OTA_HotelResNotifRQ with the attribute @RelationToPrimary.NGPR-8321 / IOTEC-599924.29

IPA 24.24

Anker
IPA 24.24
IPA 24.24









IO_InvoiceFiscalizeRQ 

IO_InvoiceFiscalizeNotifRQ

outboundpAir

IO_InvoiceFiscalizeRQ | Invoice | AdditionalText


Codeblock
languagexml
collapsetrue
<p:AdditionalText>test 123 </p:AdditionalText>




Due to the legal requirements in Romania, we are extend the invoice element with a new element for the additional text  for invoices.

IPA-1367TBA

IO_InvoiceFiscalizeRQ 

IO_InvoiceFiscalizeNotifRQ

outboundpAir

IO_InvoiceFiscalizeRQ | Invoice | InvoiceFormat


Codeblock
languagexml
collapsetrue
<p:InvoiceFormat>ItemsSortDate</p:InvoiceFormat>


Due to the legal requirements in Romania, we are expanding the invoice element with a new element for the invoice format for invoices.

IPA-1365TBA
IO_SystemDataRSoutboundpAir

IO_SystemDataRS | SystemData | Accounting | InvoiceFormat


Codeblock
languagexml
collapsetrue
                    <ns2:InvoiceFormats>
                        <ns2:InvoiceFormat Code="ItemsSortDate">
                            <ns2:Description Language="en_US">Single items, sort by date</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsSortGuest">
                            <ns2:Description Language="en_US">Single items, sort by guest</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsSortRoom">
                            <ns2:Description Language="en_US">Single items, sort by room</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsSortCrs">
                            <ns2:Description Language="en_US">Single items, sort by CRS number</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsGroupCode">
                            <ns2:Description Language="en_US">Combine identical items</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsGroupDate">
                            <ns2:Description Language="en_US">Combine identical items and dates</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsGroupGuest">
                            <ns2:Description Language="en_US">Combine identical items and guest</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsGroupRoom">
                            <ns2:Description Language="en_US">Combine identical items and rooms</ns2:Description>
                        </ns2:InvoiceFormat>
                        <ns2:InvoiceFormat Code="ItemsGroupCrs">
                            <ns2:Description Language="en_US">Combine identical items and CRS number</ns2:Description>
                        </ns2:InvoiceFormat>
                    </ns2:InvoiceFormats>


Due to the legal requirements in Romania, we are expanding the Accounting element with a new element for the invoice format for invoices.

IPA-1365TBA

IO_InvoiceFiscalizeRQ

IO_InvoiceFiscalizeNotifRQ

outboundpAir

no schema change

no schema change

no change in the Schema.

To be legal in Portugal, an IO_InvoiceFiscalizeRQ needs to be triggered as soon as an Proforma or Info Invoice is created.

IPA-1345

24.24

IPA 24.20

Anker
IPA 24.20
IPA 24.20









OTA_HotelResNotifRQOTA_HotelStayInfoNotifRQOTA_ResRetrieveRSHTNG_HotelCheckInNotifRQHTNG_HotelCheckOutNotifRQ 

outboundpAir

HotelReservation | ResGuests |  ResGuest | TPA_Extensions | px:GuestStayExtensions | px:StayInfo


@CheckedIn

@CheckedOut 


Codeblock
languagexml
collapsetrue
<TPA_Extensions>
    <px:GuestStayExtensions>
        <px:StayInfo Arrival="2024-02-27T09:13:06+01:00" CheckedIn="2024-04-26T09:13:06+02:00" CheckedOut="2024-05-02T15:12:21+02:00" Departure="2024-02-28T15:12:21+01:00" PrimaryInd="true" Role="BookerAndArrivingGuest" Status="Checked out"/>
        <px:TelephoneSetting ClassOfService="3"/>
    </px:GuestStayExtensions>
</TPA_Extensions> 


To be legal compliant for police reports we added  new attributes in the StayInfo Element 

@CheckedIn = date and time for the logged checkin for the reservation 

@CheckedOut = date and time for the logged checkout for the reservation 

IPA-1392

24.20

OTA_HotelResNotifRQ

outbound / inboundpAir

px:ReservationExtensions | px:ProcessingInstructions | px:ResGuests |

@FullOverlay

@Role



Codeblock
languagexml
titleOverlay profiles
collapsetrue
<px:ReservationExtensions>
    <px:ProcessingInstructions>
        <px:ResGuests FullOverlay="true" Role="LinkedProfile"/>
    </px:ProcessingInstructions>


Extending the handling of list of profiles linked to a reservation:

  • If px:ProcessingInstructions | px:ResGuests | @FullOverlay="true", then the list of profiles provided in the inbound RQ msg will completely replace those existing in the PMS for the designated @Role. This allows to use intentional removal of existing profiles linked to a reservation. 
  • Else - if the new element is missing or the @FullOverlay="false" - the current existing logic remains - profiles are appended to the reservation.

! Caution - If the vendor does not have the intention to remove a profile from a reservation - then this element should not be sent inbound !

IPA-1387

24.20








IPA 24.14

Anker
IPA 24.14
IPA 24.14








IO_InvoiceFiscalizeRQ

IO_InvoiceFiscalizeNotifRQ

outboundpAir

IO_InvoiceFiscalizeRQ | Invoice


Codeblock
languagexml
collapsetrue
<p:Invoice BusinessDate="2022-08-09" ExternallyFiscalized="false" FiscalCode="gg12cc" FiscalCodeID="2" FiscalCodeName="Test_AB" FiscalDate="2024-03-27T08:31:34+01:00" Fiscalized="true" InvoiceCode="RE_23" InvoiceDate="2024-03-27T08:31:34+01:00" InvoiceID="34" Open="false" PastEndOfDay="false" SystemFiscalCode1="AA" SystemFiscalCode2="bb" SystemFiscalCode3="cc" Type="Reservation" User="Julia W" UserTaxNo="" Void="false">



Due to legal requirements in Portugal, we are expanding 
the invoice element with the attributes from the fiscal code in the systemdata:


@SystemFiscalCode1 for ATCUD

@SystemFiscalCode2 for NIF

@SystemFiscalCode3 for SAFT


IPA-135024.14

IO_InvoiceFiscalizeRQ

IO_InvoiceFiscalizeNotifRQ

outboundpAir

IO_InvoiceFiscalizeRQ | Invoice | InvoiceRecipient | AccountingInfos


Codeblock
languagexml
collapsetrue
<p:InvoiceRecipient ProfileID="919" ProfileType="Corporation">
	<p:FirstName/>
	<p:LastName>Agenzia delle Entrate</p:LastName>
	<p:Language>it_IT</p:Language>
	<p:Notes/>
	<p:Gender/>
	<p:TaxNumber>06363391001</p:TaxNumber>
	<p:AccountingInfos CompanyRegNumber="987654321" FiscalUID="1234567890" PublicAdministrationInd="false" SplitPaymentInd="false" Tax1="06363391001" Tax2="06363391001"/>
</p:InvoiceRecipient>



We extend the AccountingInfos with the attributes 

@FiscalUID

@CompanyRegNumber

IPA-1380

24.14

IO_InvoiceFiscalizeNotifRQ 

IO_InvoiceFiscalizeRQ

outboundpAir

IO_InvoiceFiscalizeRQ | Invoice | InvoiceRecipient | AccountingInfos

 

Codeblock
languagexml
collapsetrue
<p:InvoiceRecipient ProfileID="1234" ProfileType="Customer">
	<p:FirstName>Jessica</p:FirstName>
	<p:LastName>Alba</p:LastName>
	<p:BirthDate>1980-10-10</p:BirthDate>
	<p:Gender>F</p:Gender>
	<p:Addresses/>
	<p:AccountingInfos PublicAdministrationInd="true" SplitPaymentInd="true"/>
</p:InvoiceRecipient>


Due to legal requirements in Italy, we extend 
the AccountingInfos with the attributes 

@PublicAdministrationInd

@SplitPaymentInd

IPA-136324.14

OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outbound

inbound

pAir

Customer | TPA_Extensions | px:ProfileInfoExtensions  | px:AccountingInfos

 

Codeblock
languagexml
collapsetrue
<px:ProfileInfoExtensions>
	<px:AddressTypes/>
</px:ContactDetails>
</px:PersonInfos>
<px:AccountingInfos CompanyRegNumber="98711654321" FiscalUID="1525234567890"/>
</px:ProfileInfoExtensions>


We extend the AccountingInfos with the attributes 

@FiscalUID

@CompanyRegNumber

IPA-1377

IPA-1378

24.14

OTA_HotelResNotif

outbound

inbound


pAir

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:AccountingInfos

 

Codeblock
languagexml
collapsetrue
<px:ProfileInfoExtensions>
	<px:AddressTypes/>
</px:ContactDetails>
</px:PersonInfos>
<px:AccountingInfos CompanyRegNumber="98711654321" FiscalUID="1525234567890"/>
</px:ProfileInfoExtensions>


We extend the AccountingInfos with the attributes 

@FiscalUID

@CompanyRegNumber

IPA-1377

IPA-1378

24.14
OTA_HotelStayInfoNotifRQoutboundpAir

OTA_HotelStayInfoNotifRQ | StayInfos | StayInfo | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile| Customer | TPA_Extensions | px:ProfileInfoExtensions | px:AccountingInfos


Codeblock
languagexml
collapsetrue
<px:ProfileInfoExtensions>
	<px:AddressTypes/>
</px:ContactDetails>
</px:PersonInfos>
<px:AccountingInfos CompanyRegNumber="98711654321" FiscalUID="1525234567890"/>
</px:ProfileInfoExtensions>



We extend the AccountingInfos with the attributes 

@FiscalUID

@CompanyRegNumber

IPA-1377

24.14

IPA 24.12

Anker
IPA 24.12
IPA 24.12








OTA_HotelResNotifRQoutbound / inboundpAir

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | TPA_Extensions | px:GuestStayExtensions | px:StayInfo

 

Codeblock
languagexml
collapsetrue
<TPA_Extensions>
    <px:GuestStayExtensions>
        <px:StayInfo Arrival="2024-02-07T12:00:00+01:00" Departure="2024-02-08T12:00:00+01:00" PrimaryInd="true" Role="LinkedProfile" Status="Reserved"/>
        <px:TelephoneSetting ClassOfService="3"/>
    </px:GuestStayExtensions>
</TPA_Extensions>


There is now a new function in the PMS so that the PrimaryInd= true attribute can be used to specify the profile of the leading company OR the travel agency within the same reservation.



IPA-1357

IPA-1358

24.12

IPA 24.08

Anker
IPA 24.08
IPA 24.08









IO_SystemDataRS

outboundpAirIO_SystemDataRS | SystemData | Reservations | GuestRelationTypes | GuestRelationType 


Codeblock
languagexml
collapsetrue
<ns2:GuestRelationTypes>
	<ns2:GuestRelationType Code="Abuelo" ID="1" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Abuelo</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Abuela" ID="2" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Abuela</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Padre" ID="3" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Padre</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Madre" ID="4" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Madre</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Tio" ID="5" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Tio</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Tia" ID="6" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Tia</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Tutor Legal" ID="7" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Tutor Legal</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Hijo" ID="8" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Hijo</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Hija" ID="9" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Hija</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Nieto" ID="10" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Nieto</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Nieta" ID="11" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Nieta</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Sobrino" ID="12" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Sobrino</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Sobrina" ID="13" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Sobrina</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Primo" ID="14" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Primo</ns2:Name>
	</ns2:GuestRelationType>
	<ns2:GuestRelationType Code="Prima" ID="15" ID_Context="protelIO" PrimaryInd="false" Visible="true">
		<ns2:Name Language="es_ES">Prima</ns2:Name>
	</ns2:GuestRelationType>
</ns2:GuestRelationTypes>


Due to legal requirements in Spain, we are expanding the GuestRelationTypeselement with the attributes for the relationship types.IPA-135324.08

IPA 24.02

Anker
IPA 24.02
IPA 24.02









OTA_ProfileCreateRQ

OTA_ProfileModifyRQ

outbound

inbound

pAir

Customer | TPA_Extensions | px:ProfileInfoExtensions  | px:AccountingInfos


Codeblock
languagexml
collapsetrue
<Customer>
	<TPA_Extensions>
    ....
        <ProfileInfoExtensions>
            ....         
                <px:AccountingInfos PublicAdministrationInd="true" SplitPaymentInd="true"/>
		</ProfileInfoExtensions>
	</TPA_Extensions>
</Customer>


Due to legal requirements in Italy, we extend 
the AccountingInfos with the attributes 

@PublicAdministrationInd

@SplitPaymentInd


IPA-1346

IPA-1339

24.02

OTA_HotelResNotif

outbound

inbound


pAir

OTA_HotelResNotifRQ | HotelReservations | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile | Customer | TPA_Extensions | px:ProfileInfoExtensions | px:AccountingInfos


Codeblock
languagexml
collapsetrue
<Customer>
	<TPA_Extensions>
    ....
        <ProfileInfoExtensions>
            ....         
                <px:AccountingInfos PublicAdministrationInd="true" SplitPaymentInd="true"/>
		</ProfileInfoExtensions>
	</TPA_Extensions>
</Customer>


Due to legal requirements in Italy, we extend 
the AccountingInfos with the attributes 

@PublicAdministrationInd

@SplitPaymentInd


IPA-1346

IPA-1339

24.02
OTA_HotelStayInfoNotifRQoutboundpAir

OTA_HotelStayInfoNotifRQ | StayInfos | StayInfo | HotelReservation | ResGuests | ResGuest | Profiles | ProfileInfo | Profile| Customer | TPA_Extensions | px:ProfileInfoExtensions | px:AccountingInfos


Codeblock
languagexml
collapsetrue
<Customer>
	<TPA_Extensions>
    ....
        <ProfileInfoExtensions>
            ....         
                <px:AccountingInfos PublicAdministrationInd="true" SplitPaymentInd="true"/>
		</ProfileInfoExtensions>
	</TPA_Extensions>
</Customer>


Due to legal requirements in Italy, we extend 
the AccountingInfos with the attributes 

@PublicAdministrationInd

@SplitPaymentInd


IPA-133924.02
OTA_HotelAvailNotifRQ

outbound

inbound

pAir

OTA_HotelAvailNotifRQ |

@MessageContentCode

no changes in xml - new values for MessageContentCode

We use the value 4 for the restrictions on rate group level.

IPA-133424.02
OTA_ResRetrieveRS outboundpAir

OTA_ResRetrieveRS | ReservationsList | HotelReservation |
TPA_Extensions | px:ReservationGroupExtensions| px:GroupInfo| 

@GroupName
@GroupID
@PrimaryInd

ResGuests | ResGuest |  TPA_Extensions | px:ReservationGroupExtensions | px:GroupInfo| 

@GroupName
@GroupID
@PrimaryInd



Codeblock
collapsetrue
<TPA_Extensions>
  <px:ReservationGroupExtensions >
    <px:GroupInfo GroupName="Viaggi in Stile SpA -2022-01-17" GroupID="113" PrimaryInd="true" />
  </px:ReservationGroupExtensions >
</TPA_Extensions>


Due to Italian legal requirements (Police reports and Tourism Statistics), we're extending the schema to be able to export information about groups: group name, group ID and group leader.
On reservation level, PrimaryInd="true" will be shown for the reservation containing the group leader profile, all other reservations of this group will be shown with PrimaryInd="false".

On profile/resguest level,  PrimaryInd="true" will be shown for the group leader profile, all other profiles of this group will be shown with PrimaryInd="false".

IPA-104024.02
Codeblock
languagexml
collapsetrue
<OTA_ProfileCreateRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="5c44c4e5-92b3-49c4-9127-a9d16f195e10" TimeStamp="2020-01-22T09:43:38Z" Version="4.001" CorrelationID="5c44c4e5-92b3-49c4-9127-a9d16f195e10" PrimaryLangID="en">
	<UniqueID Type="10" ID="2691" ID_Context="protelIO"/>
	<UniqueID Type="1" ID="5385427" ID_Context="protelIO"/>
	<Profile ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-22T10:18:00" CreatorID="protel 1" RPH="5385427" LastModifyDateTime="2020-01-22T10:42:21" LastModifierID="protel 1" StatusCode="4">
	...

...

OTA_ProfileCreateRQ / UniqueID

OTA_ProfileModifyRQ / UniqueID

Codeblock
languagexml
collapsetrue
<OTA_ProfileCreateRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="5c44c4e5-92b3-49c4-9127-a9d16f195e10" TimeStamp="2020-01-22T09:43:38Z" Version="4.001" CorrelationID="5c44c4e5-92b3-49c4-9127-a9d16f195e10" PrimaryLangID="en">
	<UniqueID Type="10" ID="2691" ID_Context="protelIO"/>
	<UniqueID Type="1" ID="5385427" ID_Context="protelIO"/>
	<Profile ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-22T10:18:00" CreatorID="protel 1" RPH="5385427" LastModifyDateTime="2020-01-22T10:42:21" LastModifierID="protel 1" StatusCode="4">
	...

...

OTA_ProfileCreateRQ / Profile / Customer / PersonName

OTA_ProfileModifyRQ / ProfileModify / Customer / PersonName

Codeblock
languagexml
collapsetrue
<OTA_ProfileModifyRQ EchoToken="105f1277-0f54-48d7-9204-b57f4e00f513" TimeStamp="2020-01-22T09:34:46Z" Version="1.0" CorrelationID="105f1277-0f54-48d7-9204-b57f4e00f513" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
	<UniqueID Type="1" ID="5385427" ID_Context="protelIO" />
	<ProfileModify ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-22T10:18:00" CreatorID="protel 1" RPH="5385427" LastModifyDateTime="2020-01-22T10:34:42" LastModifierID="protel 1" StatusCode="4">
		<Customer Gender="Female" Language="en">
			<PersonName>
				<NamePrefix>Mrs.</NamePrefix>
				<GivenName>TestLaureen</GivenName>
				<Surname>TestLaureen</Surname>
			</PersonName>
			...

...

OTA_ProfileCreateRQ / Profile / Comments / Comment / Text Element

OTA_ProfileModifyRQ / ProfileModify / Comments / Comment / Text Element

Codeblock
languagexml
collapsetrue
<OTA_ProfileModifyRQ EchoToken="80168641-c22a-4df8-843c-419f5ac9d6e3" TimeStamp="2020-01-22T09:27:09Z" Version="1.0" CorrelationID="80168641-c22a-4df8-843c-419f5ac9d6e3" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
	<UniqueID Type="1" ID="5385427" ID_Context="protelIO" />
	<ProfileModify ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-22T10:18:00" CreatorID="protel 1" RPH="5385427" LastModifyDateTime="2020-01-22T10:27:08" LastModifierID="protel 1" StatusCode="4">
		<Comments>
			<Comment Name="Customer_Comment">
				<Text TextFormat="PlainText">visible to all hotel</Text>
			</Comment>
			<Comment Name="Restaurant_Comment">
				<Text TextFormat="PlainText">Notes to restaurant</Text>
			</Comment>
		</Comments>

...

Codeblock
languagexml
collapsetrue
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
     <env:Header>
          <htnga:CorrelationID>5be9e6c8-d38d-4370-bef8-4da25bb09500</htnga:CorrelationID>
          <Source Product="protel On Premise MPE" ProductVersion="20.22100" Module="protel.WebServices" ModuleVersion="0.0.0.6912" Service="io.protel.onpremise" xmlns="http://protel.io/soap" />
     </env:Header>
<env:Body>
<OTA_ProfileCreateRQ EchoToken="5be9e6c8-d38d-4370-bef8-4da25bb09500" TimeStamp="2020-01-22T09:18:56Z" Version="3.001" CorrelationID="5be9e6c8-d38d-4370-bef8-4da25bb09500" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
     <POS>
...

...

OTA_ProfileCreateRQ

...

Codeblock
languagexml
collapsetrue
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
     <env:Header>
          <htnga:CorrelationID>5be9e6c8-d38d-4370-bef8-4da25bb09500</htnga:CorrelationID>
          <Source Product="protel On Premise MPE" ProductVersion="20.22100" Module="protel.WebServices" ModuleVersion="0.0.0.6912" Service="io.protel.onpremise" xmlns="http://protel.io/soap" />
     </env:Header>
<env:Body>
<OTA_ProfileCreateRQ EchoToken="5be9e6c8-d38d-4370-bef8-4da25bb09500" TimeStamp="2020-01-22T09:18:56Z" Version="3.001" CorrelationID="5be9e6c8-d38d-4370-bef8-4da25bb09500" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
     <POS>
...


...

Codeblock
languagexml
collapsetrue
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
     <env:Header>
           <htnga:CorrelationID>81359a2b-d855-41da-9452-934e3d61902f</htnga:CorrelationID>
           <Source Product="protel On Premise MPE" ProductVersion="20.22100" Module="protel.WebServices" ModuleVersion="0.0.0.6913" Service="io.protel.onpremise" xmlns="http://protel.io/soap" />
     </env:Header>
<env:Body>
<OTA_ProfileModifyRQ EchoToken="81359a2b-d855-41da-9452-934e3d61902f" TimeStamp="2020-01-22T09:08:49Z" Version="1.001" CorrelationID="81359a2b-d855-41da-9452-934e3d61902f" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
... 

...

OTA_ProfileModifyRQ

...

Codeblock
languagexml
collapsetrue
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
     <env:Header>
           <htnga:CorrelationID>81359a2b-d855-41da-9452-934e3d61902f</htnga:CorrelationID>
           <Source Product="protel On Premise MPE" ProductVersion="20.22100" Module="protel.WebServices" ModuleVersion="0.0.0.6913" Service="io.protel.onpremise" xmlns="http://protel.io/soap" />
     </env:Header>
<env:Body>
<OTA_ProfileModifyRQ EchoToken="81359a2b-d855-41da-9452-934e3d61902f" TimeStamp="2020-01-22T09:08:49Z" Version="1.001" CorrelationID="81359a2b-d855-41da-9452-934e3d61902f" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
... 

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="d774068b-4fe6-4eac-b6e6-9fca6c9d4c4e" TimeStamp="2019-12-16T15:15:39Z" Version="4" CorrelationID="d774068b-4fe6-4eac-b6e6-9fca6c9d4c4e" ResStatus="Commit" PrimaryLangID="de-DE" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2019-06-06T09:26:06.000Z" LastModifyDateTime="2019-12-16T15:15:38.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="In-house">
			<RoomStays>
				<RoomStay MarketCode="Active" SourceOfBusiness="Persönlich">
					<BookingRules>
						<BookingRule AboluteCutOff="2019-08-25">
					</BookingRules>
...
					</RoomStay>
				</RoomStays>
			</HotelReservation>
		</HotelReservations>
</OTA_HotelResNotifRQ>

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="4f79cbc1-8306-476a-b1d6-aca417288089" TimeStamp="2020-01-22T08:42:27Z" Version="5.000" CorrelationID="4f79cbc1-8306-476a-b1d6-aca417288089" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2019-10-02T09:12:04.000Z" LastModifyDateTime="2020-01-22T08:41:57.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="626047" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Transient Preferred Corporate" SourceOfBusiness="Email">
					<RoomRates>
						<RoomRate RatePlanCode="Rack" RatePlanCategory="rack" RatePlanID="1" RoomTypeCode="Cl-Double" BookingCode="Cl-Double" RoomID="102" EffectiveDate="2017-09-30" ExpireDate="2017-10-01" NumberOfUnits="1">
							<RoomRateDescription Name="MarketCode">
								<Text TextFormat="PlainText">Transient FIT</Text>
							</RoomRateDescription>
							<RoomRateDescription Name="SourceOfBusiness">
								<Text TextFormat="PlainText">GDS</Text>
							</RoomRateDescription>
						</RoomRate>
						<RoomRate RatePlanCode="Rack" RatePlanCategory="rack" RatePlanID="1" RoomTypeCode="Cl-Double" BookingCode="Cl-Double" RoomID="102" EffectiveDate="2017-10-01" ExpireDate="2017-10-02" NumberOfUnits="1">
							<RoomRateDescription Name="MarketCode">
								<Text TextFormat="PlainText">Group Tour & Travel</Text>
							</RoomRateDescription>
							<RoomRateDescription Name="SourceOfBusiness">
								<Text TextFormat="PlainText">Telefon</Text>
							</RoomRateDescription>
						</RoomRate>
						<RoomRate RatePlanCode="Rack" RatePlanCategory="rack" RatePlanID="1" RoomTypeCode="Cl-Double" BookingCode="Cl-Double" RoomID="102" EffectiveDate="2017-10-02" ExpireDate="2017-10-03" NumberOfUnits="1">
							<RoomRateDescription Name="MarketCode">
								<Text TextFormat="PlainText">Transient Preferred Corporate</Text>
							</RoomRateDescription>
							<RoomRateDescription Name="SourceOfBusiness">
								<Text TextFormat="PlainText">Email</Text>
							</RoomRateDescription>
						</RoomRate>
					...

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="cde2ebbb-2525-4b45-82b7-c45a92d2bc62" TimeStamp="2020-01-17T11:21:50Z" Version="5.000" CorrelationID="cde2ebbb-2525-4b45-82b7-c45a92d2bc62" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2020-01-16T10:24:03.000Z" LastModifyDateTime="2020-01-17T11:19:26.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<Services>
				<Service ServiceInventoryCode="29" ServicePricingType="Per stay" Quantity="1" Inclusive="true">
					<Price>
						<Total AmountBeforeTax="18.18" AmountAfterTax="20.00" CurrencyCode="EUR" DecimalPlaces="2"/>
					</Price>
					<ServiceDetails>
						<TimeSpan Start="2019-05-16" End="2019-05-18"/>
						<Comments>
							<Comment>
								<Text TextFormat="PlainText">TESTBREAKFAST</Text>
							</Comment>
						</Comments>
					</ServiceDetails>
				</Service>
				<Service ServiceInventoryCode="26" ServicePricingType="Per stay" Quantity="1" Inclusive="true">
					<Price>
						<Total AmountBeforeTax="33.33" AmountAfterTax="40.00" CurrencyCode="EUR" DecimalPlaces="2"/>
					</Price>
					<ServiceDetails>
						<TimeSpan Start="2019-05-16" End="2019-05-18"/>
						<Comments>
							<Comment>
								<Text TextFormat="PlainText">ADDONLY</Text>
							</Comment>
						</Comments>
...
			...

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="cde2ebbb-2525-4b45-82b7-c45a92d2bc62" TimeStamp="2020-01-17T11:21:50Z" Version="5.000" CorrelationID="cde2ebbb-2525-4b45-82b7-c45a92d2bc62" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2020-01-16T10:24:03.000Z" LastModifyDateTime="2020-01-17T11:19:26.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="33508" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Gruppen" SourceOfBusiness="Bevski ">
					<Comments>
						<Comment GuestViewable="false">
							<Text TextFormat="PlainText">TestNote1</Text>
						</Comment>
						<Comment GuestViewable="false">
							<Text TextFormat="PlainText">TestNote2</Text>
						</Comment>
					</Comments>
					<DepositPayments/>
				</RoomStay>
			</RoomStays>
			...

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="1fe3370f-2c95-4805-99a9-56a488187bb3" TimeStamp="2020-01-17T09:20:30Z" Version="5.000" CorrelationID="1fe3370f-2c95-4805-99a9-56a488187bb3" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2019-10-31T09:31:38.000Z" LastModifyDateTime="2020-01-17T09:19:33.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="626063" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Transient Preferred Corporate" SourceOfBusiness="Telefon">
					<DepositPayments>
						<GuaranteePayment>
							<AmountPercent Amount="100.00" CurrencyCode="HUF" ApplyAs="FirstNightDeposit"/>
							<Deadline AbsoluteDeadline="2017-09-01"/>
						</GuaranteePayment>
						<GuaranteePayment>
							<AcceptedPayments>
								<AcceptedPayment PaymentTransactionTypeCode="Charge">
									<PaymentCard>
										<CardType>American Express</CardType>
									</PaymentCard>
								</AcceptedPayment>
							</AcceptedPayments>
							<AmountPercent Amount="-50.00" CurrencyCode="HUF" ApplyAs="FirstNightDeposit"/>
						</GuaranteePayment>
					</DepositPayments>
				</RoomStay>
			...

...

Add the Element <AcceptedPayments> to the path 

OTA_HotelResNotifRQ / HotelReservations / HotelReservation / RoomStays / RoomStay / DepositPayments / GuaranteePayment / AcceptedPayments

...

GuaranteeGuaranteeDescription / Text / @TextFormat

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="71008fb0-0e03-419b-a267-ce2136b979b2" TimeStamp="2020-01-17T12:06:12Z" Version="5.000" CorrelationID="71008fb0-0e03-419b-a267-ce2136b979b2" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2019-10-31T09:31:38.000Z" LastModifyDateTime="2020-01-17T09:19:33.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="626063" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Transient Preferred Corporate" SourceOfBusiness="Telefon">
					<RatePlans>
						<RatePlan RatePlanCode="Rack" RatePlanID="1" EffectiveDate="2017-09-09" ExpireDate="2017-09-10" MarketCode="Transient Preferred Corporate" PriceViewableInd="false">
							<RatePlanInclusions TaxInclusive="false"/>
							<Guarantee GuaranteeCode="Test">
								<GuaranteeDescription Name="Name">
									<Text TextFormat="PlainText">Guarantee_Test</Text>
								</GuaranteeDescription>
							</Guarantee>
							...

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="bae78998-09f1-4a5f-9c19-40061634e183" TimeStamp="2020-01-17T08:41:32Z" Version="5.000" CorrelationID="bae78998-09f1-4a5f-9c19-40061634e183" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">	<HotelReservations>
		<HotelReservation CreateDateTime="2019-10-31T09:31:38.000Z" LastModifyDateTime="2020-01-14T13:36:41.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="626063" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Transient Preferred Corporate" SourceOfBusiness="Telefon">
					<RatePlans>
						<RatePlan RatePlanCode="Rack" RatePlanID="1" EffectiveDate="2017-09-09" ExpireDate="2017-09-10" MarketCode="Transient Preferred Corporate" PriceViewableInd="false">
							<RatePlanInclusions TaxInclusive="false"/>
							<Guarantee GuaranteeCode="Test">
								<GuaranteeDescription>
									<Text>Guarantee_Test</Text>
								</GuaranteeDescription>
							</Guarantee>
							<CancelPenalties>
								<CancelPenalty PolicyCode="R_Test">
									<PenaltyDescription Name="Name">
										<Text TextFormat="PlainText">Rate_Cancel_Test</Text>
									</PenaltyDescription>
								</CancelPenalty>
							</CancelPenalties>
						</RatePlan>
						...

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="bae78998-09f1-4a5f-9c19-40061634e183" TimeStamp="2020-01-17T08:41:32Z" Version="5.000" CorrelationID="bae78998-09f1-4a5f-9c19-40061634e183" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">	<HotelReservations>
		<HotelReservation CreateDateTime="2019-10-31T09:31:38.000Z" LastModifyDateTime="2020-01-14T13:36:41.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="626063" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Transient Preferred Corporate" SourceOfBusiness="Telefon">
					<RatePlans>
						<RatePlan RatePlanCode="Rack" RatePlanID="1" EffectiveDate="2017-09-09" ExpireDate="2017-09-10" MarketCode="Transient Preferred Corporate" PriceViewableInd="false">
							<RatePlanInclusions TaxInclusive="false"/>
							<Guarantee GuaranteeCode="Test">
								<GuaranteeDescription>
									<Text>Guarantee_Test</Text>
								</GuaranteeDescription>
							</Guarantee>
							<CancelPenalties>
								<CancelPenalty PolicyCode="R_Test">
									<PenaltyDescription Name="Name">
										<Text TextFormat="PlainText">Rate_Cancel_Test</Text>
									</PenaltyDescription>
								</CancelPenalty>
							</CancelPenalties>
						</RatePlan>
						...

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="077b9ac3-67c0-4973-83f9-1f264f12fd3c" TimeStamp="2020-01-17T08:14:16Z" Version="5.000" CorrelationID="077b9ac3-67c0-4973-83f9-1f264f12fd3c" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2019-10-31T09:31:38.000Z" LastModifyDateTime="2020-01-14T13:36:41.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="626063" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Transient Preferred Corporate" SourceOfBusiness="Telefon">
					<TimeSpan Start="2017-09-09" End="2017-09-11"/>
					<Total AmountBeforeTax="100387.00" AmountAfterTax="118456.00" CurrencyCode="HUF"/>
					<TPA_Extensions>
						<px:RateAmountExtensions xmlns:px="http://protel.io/htng/extensions" End="2017-09-11" Start="2017-09-09" AlternateCurrencyInd="false">
							<px:RateAmount AmountAfterTax="60850.00" AmountBeforeTax="48680.00" RevenueCategoryCode="3" CurrencyCode="HUF"/>
							<px:RateAmount AmountAfterTax="3042.50" AmountBeforeTax="3042.50" RevenueCategoryCode="6" CurrencyCode="HUF"/>
							<px:RateAmount AmountAfterTax="118456.00" AmountBeforeTax="100387.00" RevenueCategoryCode="9" CurrencyCode="HUF"/>
							<px:RateAmount AmountAfterTax="182348.50" AmountBeforeTax="152109.50" RevenueCategoryCode="17" CurrencyCode="HUF"/>
						</px:RateAmountExtensions>
						<px:RateAmountExtensions xmlns:px="http://protel.io/htng/extensions" End="2017-09-11" Start="2017-09-09" AlternateCurrencyInd="true">
							<px:RateAmount AmountAfterTax="200.00" AmountBeforeTax="160.00" RevenueCategoryCode="3" CurrencyCode="EUR"/>
							<px:RateAmount AmountAfterTax="10.00" AmountBeforeTax="10.00" RevenueCategoryCode="6" CurrencyCode="EUR"/>
							<px:RateAmount AmountAfterTax="389.34" AmountBeforeTax="329.95" RevenueCategoryCode="9" CurrencyCode="EUR"/>
							<px:RateAmount AmountAfterTax="599.34" AmountBeforeTax="499.95" RevenueCategoryCode="17" CurrencyCode="EUR"/>
						</px:RateAmountExtensions>
					</TPA_Extensions>
					...

...

Correct the wrong structure for the Element TPA_Extensions / px:RateAmountExtensions. 

Change the Value for the @AlternateCurrencyInd from 1 and 0 - to "true" and "false"

...

OTA_HotelResNotifRQ / HotelReservations / HotelReservation / RoomStays / RoomStay / BasicPropertyInfo / @HotelCodeContext

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="2d03b6f1-58d7-48d2-8c16-d8b203325db3" TimeStamp="2020-01-17T07:58:26Z" Version="5.000" CorrelationID="2d03b6f1-58d7-48d2-8c16-d8b203325db3" ResStatus="Initiate" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
	<HotelReservations>
		<HotelReservation CreateDateTime="2020-01-16T10:23:36.000Z" LastModifyDateTime="2020-01-16T10:23:36.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Reserved">
			<UniqueID Type="14" ID="33507" ID_Context="protelIO"/>
			<RoomStays>
				<RoomStay MarketCode="Privat" SourceOfBusiness="Bevski ">
					<BasicPropertyInfo HotelCode="3006" HotelCodeContext="protelIO" HotelName="HotelName" ChainCode="HC1"/>
							...

...

Codeblock
languagexml
collapsetrue
<px:ReservationExtensions>
	<px:ReservationCode Code="E-Mail" ID="47" ID_Context="protelIO" Language="en_US" Name="E-Mail" RPH="17225" Type="CommunicationChannel"/>
	<px:ReservationCode Code="CEV" ID="197" ID_Context="protelIO" Language="en_US" Name="City Event" RPH="17225" Type="TravelReason"/>
</px:ReservationExtensions>

...

OTA_HotelResNotifRQ

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="924350a3-3426-457b-bb9e-821ec083e992" TimeStamp="2019-05-17T11:45:48Z" Version="5.000" CorrelationID="924350a3-3426-457b-bb9e-821ec083e992" ResStatus="Initiate" PrimaryLangID="de" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="924350a3-3426-457b-bb9e-821ec083e992" TimeStamp="2019-05-17T11:45:48Z" Version="5.000" CorrelationID="924350a3-3426-457b-bb9e-821ec083e992" ResStatus="Initiate" PrimaryLangID="de" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">

...

All

  • OTA_HotelResNotifRQ
  • OTA_HotelInvBlockNotifRQ
  • OTA_HotelInvCountNotifRQ
  • OTA_HotelStatsNotifRQ
  • IO_StatsNotifRQ
  • OTA_ProfileCreateRQ
  • OTA_ProfileModifyRQ
  • OTA_HotelStayInfoNotifRQ
  • IO_RatePackageNotifRQ
  • IO_IdentifierRQ
  • OTA_ReadRQ - Profile
  • HTNG_HotelFolioNotifRQ

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ>
...
	<Source>
		<TPA_Extensions>
			<px:POSExtensions>
				<px:HotelInfo FiscalDate="2018-10-30"/>
			</px:POSExtensions>
		</TPA_Extensions>
	</Source>
...
</OTA_HotelResNotifRQ>

...

Codeblock
<CompanyInfo>
	<CompanyName CompanyShortName="Integration" Department="EP9">protel2</CompanyName>
	<AddressInfo Type="2" DefaultInd="true">
		<StateProv/>
		<CountryName/>
	</AddressInfo>
	<Email/>
</CompanyInfo>

CompanyName element get filled in the message with the correct values.

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ EchoToken="5c2d4191-705a-4a18-a24e-b92510fbe53c" TimeStamp="2019-10-29T13:51:11Z" Version="4" CorrelationID="5c2d4191-705a-4a18-a24e-b92510fbe53c" ResStatus="Initiate" PrimaryLangID="de-DE" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" xmlns="http://www.opentravel.org/OTA/2003/05">
	<POS>
		<Source>
			<RequestorID Type="10" ID="2570" ID_Context="protelIO" />
			<BookingChannel Type="4" Primary="true" />
		</Source>
	</POS>
	<HotelReservations>
		<HotelReservation CreateDateTime="2018-07-31T22:00:00.000Z" LastModifyDateTime="2018-07-31T22:00:00.000Z" LastModifierID="No Lastmodifier" CreatorID="No Creator" ResStatus="Checked out">
...

...

Codeblock
languagexml
collapsetrue
<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htnga:CorrelationID>0e0e65e8-901e-466d-b6e6-fc505cd0593e</htnga:CorrelationID>
		<Source Product="protel On Premise SPE" ProductVersion="20.21800" Module="protel.WebServices" ModuleVersion="0.0.0.6625" Service="io.protel.onpremise" xmlns="http://protel.io/soap" />
	</env:Header>
	<env:Body>
		<OTA_HotelResNotifRQ EchoToken="0e0e65e8-901e-466d-b6e6-fc505cd0593e" TimeStamp="2019-11-28T15:00:31Z" Version="4" CorrelationID="0e0e65e8-901e-466d-b6e6-fc505cd0593e" ResStatus="Cancel" PrimaryLangID="de-DE" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" xmlns="http://www.opentravel.org/OTA/2003/05">
			<POS>
				<Source>
					<RequestorID Type="10" ID="2570" ID_Context="protelIO" />
					<BookingChannel Type="4" Primary="true" />
				</Source>
			</POS>
			<HotelReservations>
				<HotelReservation CreateDateTime="2015-04-08T22:00:00.000Z" LastModifyDateTime="2015-04-10T08:18:00.000Z" LastModifierID="001" CreatorID="Susanne Ebert" ResStatus="Cancelled">
					<UniqueID Type="14" ID="241620" ID_Context="protelIO" />
					<RoomStays>
						<RoomStay MarketCode="Geschäftsreise Individual" SourceOfBusiness="Firma/ Verband">
							<RoomTypes>
								<RoomType IsRoom="true" RoomTypeCode="Klassik" NumberOfUnits="1" RoomType="4" />
							</RoomTypes>
							<RatePlans>
								<RatePlan RatePlanCode="__RACK." RatePlanID="71" EffectiveDate="2015-04-13" ExpireDate="2015-04-14" MarketCode="Geschäftsreise Individual" PriceViewableInd="false">
									<RatePlanInclusions TaxInclusive="false" />
									<Guarantee GuaranteeCode="GTD">
										<GuaranteeDescription>
											<Text>GTD</Text>
										</GuaranteeDescription>
									</Guarantee>
								</RatePlan>
							</RatePlans>
							<RoomRates>
								<RoomRate RatePlanCode="__RACK." RatePlanID="71" RoomTypeCode="Klassik" BookingCode="Klassik" EffectiveDate="2015-04-13" ExpireDate="2015-04-14" NumberOfUnits="1">
									<Rates>
										<Rate RateTimeUnit="Day" AlternateCurrencyInd="false" EffectiveDate="2015-04-13" ExpireDate="2015-04-14" UnitMultiplier="1">
											<Base AmountAfterTax="0.00" CurrencyCode="EUR" />
											<Total AmountAfterTax="0.00" CurrencyCode="EUR" />
											<TPA_Extensions>
												<px:RateAmountExtensions End="2015-04-14" Start="2015-04-13" xmlns:px="http://protel.io/htng/extensions">
													<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="3" CurrencyCode="EUR" />
													<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="6" CurrencyCode="EUR" />
													<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="9" CurrencyCode="EUR" />
													<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="17" CurrencyCode="EUR" />
												</px:RateAmountExtensions>
											</TPA_Extensions>
										</Rate>
									</Rates>
								</RoomRate>
							</RoomRates>
							<GuestCounts IsPerRoom="true">
								<GuestCount AgeQualifyingCode="7" Count="0" />
								<GuestCount AgeQualifyingCode="8" Count="0" />
								<GuestCount AgeQualifyingCode="9" Count="0" />
								<GuestCount AgeQualifyingCode="19" Count="0" />
								<GuestCount AgeQualifyingCode="10" Count="1" />
							</GuestCounts>
							<TimeSpan Start="2015-04-13" End="2015-04-14" />
							<Total AmountAfterTax="0.00" CurrencyCode="EUR" />
							<TPA_Extensions>
								<px:RateAmountExtensions End="2015-04-14" Start="2015-04-13" xmlns:px="http://protel.io/htng/extensions">
									<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="3" CurrencyCode="EUR" AlternateCurrencyInd="0" />
									<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="6" CurrencyCode="EUR" AlternateCurrencyInd="0" />
									<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="9" CurrencyCode="EUR" AlternateCurrencyInd="0" />
									<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="17" CurrencyCode="EUR" AlternateCurrencyInd="0" />
								</px:RateAmountExtensions>
								<px:FixedChargesAmounts End="2015-04-14" Start="2015-04-13" xmlns:px="http://protel.io/htng/extensions">
									<px:FixedChargeAmount AmountAfterTax="0" AmountBeforeTax="0" RevenueCategoryCode="3" CurrencyCode="EUR" />
									<px:FixedChargeAmount AmountAfterTax="0" AmountBeforeTax="0" RevenueCategoryCode="6" CurrencyCode="EUR" />
									<px:FixedChargeAmount AmountAfterTax="0" AmountBeforeTax="0" RevenueCategoryCode="9" CurrencyCode="EUR" />
									<px:FixedChargeAmount AmountAfterTax="0" AmountBeforeTax="0" RevenueCategoryCode="17" CurrencyCode="EUR" />
								</px:FixedChargesAmounts>
							</TPA_Extensions>
							<BasicPropertyInfo HotelCode="2570" HotelName="Hotel Lamm, 78224 Singen" ChainCode="HC1" />
							<ResGuestRPHs>
								<ResGuestRPH RPH="-1" />
							</ResGuestRPHs>
							<Comments />
							<DepositPayments />
						</RoomStay>
					</RoomStays>
					<ResGlobalInfo>
						<HotelReservationIDs>
							<HotelReservationID ResID_Type="14" ResID_Value="241620" ResID_Source="protelIO" ForGuest="true" />
							<HotelReservationID ResID_Type="14" ResID_Value="PL24162041513P" ResID_Source="CRS" ForGuest="true" />
						</HotelReservationIDs>
					</ResGlobalInfo>
					<TPA_Extensions>
						<ReservationExtensions xmlns="http://protel.io/soap">
							<ReservationDateInfo CreateDateTimeSyncInd="False" ModifyDateTimeSyncInd="False" />
						</ReservationExtensions>
					</TPA_Extensions>
				</HotelReservation>
			</HotelReservations>
		</OTA_HotelResNotifRQ>
	</env:Body>
</env:Envelope>

...

Codeblock
languagexml
collapsetrue
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders" xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<htnga:CorrelationID>5569375c-61f2-465d-886a-51f4f4465d81</htnga:CorrelationID>
		<Source xmlns="http://protel.io/soap" Product="protel On Premise SPE" ProductVersion="20.21900" Module="protel.WebServices" ModuleVersion="0.0.0.6832" Service="io.protel.onpremise"/>
	</env:Header>
	<env:Body>
		<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="5569375c-61f2-465d-886a-51f4f4465d81" TimeStamp="2020-01-16T14:53:03Z" Version="4" CorrelationID="5569375c-61f2-465d-886a-51f4f4465d81" ResStatus="Initiate" PrimaryLangID="de-DE" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd">
			<POS>
				<Source>
					<RequestorID Type="10" ID="3006" ID_Context="protelIO"/>
					<BookingChannel Type="4" Primary="true"/>
				</Source>
			</POS>
			<HotelReservations>
				<HotelReservation CreateDateTime="2020-01-16T10:05:54.000Z" LastModifyDateTime="2020-01-16T13:05:21.000Z" LastModifierID="protel 1" CreatorID="protel 1" ResStatus="Checked out">
					<UniqueID Type="14" ID="33496" ID_Context="protelIO"/>
					<RoomStays>
						<RoomStay MarketCode="Privat" SourceOfBusiness="Bevski ">
							<RoomTypes>
								<RoomType IsRoom="true" RoomTypeCode="DZ Tal" RoomID="102" NumberOfUnits="1" RoomType="5"/>
							</RoomTypes>
							<RatePlans>
								<RatePlan RatePlanCode="PACKTEST" RatePlanID="44" EffectiveDate="2019-05-11" ExpireDate="2019-05-12" MarketCode="Privat" PriceViewableInd="false">
									<RatePlanInclusions TaxInclusive="false"/>
								</RatePlan>
								<RatePlan RatePlanCode="PACKTEST" RatePlanID="44" EffectiveDate="2019-05-12" ExpireDate="2019-05-13" MarketCode="Privat" PriceViewableInd="false">
									<RatePlanInclusions TaxInclusive="false"/>
								</RatePlan>
							</RatePlans>
							<RoomRates>
								<RoomRate RatePlanCode="PACKTEST" RatePlanID="44" RoomTypeCode="DZ Tal" BookingCode="DZ Tal" RoomID="102" EffectiveDate="2019-05-11" ExpireDate="2019-05-12" NumberOfUnits="1">
									<Rates>
										<Rate RateTimeUnit="Day" AlternateCurrencyInd="false" EffectiveDate="2019-05-11" ExpireDate="2019-05-12" UnitMultiplier="1">
											<Base AmountBeforeTax="86.36" AmountAfterTax="95.00" CurrencyCode="EUR"/>
											<Total AmountBeforeTax="86.36" AmountAfterTax="95.00" CurrencyCode="EUR"/>
											<TPA_Extensions>
												<px:RateAmountExtensions xmlns:px="http://protel.io/htng/extensions" End="2019-05-12" Start="2019-05-11">
													<px:RateAmount AmountAfterTax="15.00" AmountBeforeTax="12.88" RevenueCategoryCode="3" CurrencyCode="EUR"/>
													<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="6" CurrencyCode="EUR"/>
													<px:RateAmount AmountAfterTax="95.00" AmountBeforeTax="86.36" RevenueCategoryCode="9" CurrencyCode="EUR"/>
													<px:RateAmount AmountAfterTax="110.00" AmountBeforeTax="99.24" RevenueCategoryCode="17" CurrencyCode="EUR"/>
												</px:RateAmountExtensions>
											</TPA_Extensions>
										</Rate>
									</Rates>
								</RoomRate>
								<RoomRate RatePlanCode="PACKTEST" RatePlanID="44" RoomTypeCode="DZ Tal" BookingCode="DZ Tal" RoomID="102" EffectiveDate="2019-05-12" ExpireDate="2019-05-13" NumberOfUnits="1">
									<Rates>
										<Rate RateTimeUnit="Day" AlternateCurrencyInd="false" EffectiveDate="2019-05-12" ExpireDate="2019-05-13" UnitMultiplier="1">
											<Base AmountBeforeTax="86.36" AmountAfterTax="95.00" CurrencyCode="EUR"/>
											<Total AmountBeforeTax="86.36" AmountAfterTax="95.00" CurrencyCode="EUR"/>
											<TPA_Extensions>
												<px:RateAmountExtensions xmlns:px="http://protel.io/htng/extensions" End="2019-05-13" Start="2019-05-12">
													<px:RateAmount AmountAfterTax="15.00" AmountBeforeTax="12.88" RevenueCategoryCode="3" CurrencyCode="EUR"/>
													<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="6" CurrencyCode="EUR"/>
													<px:RateAmount AmountAfterTax="95.00" AmountBeforeTax="86.36" RevenueCategoryCode="9" CurrencyCode="EUR"/>
													<px:RateAmount AmountAfterTax="110.00" AmountBeforeTax="99.24" RevenueCategoryCode="17" CurrencyCode="EUR"/>
												</px:RateAmountExtensions>
											</TPA_Extensions>
										</Rate>
									</Rates>
								</RoomRate>
							</RoomRates>
							<GuestCounts IsPerRoom="true">
								<GuestCount AgeQualifyingCode="7" Count="0"/>
								<GuestCount AgeQualifyingCode="8" Count="0"/>
								<GuestCount AgeQualifyingCode="9" Count="0"/>
								<GuestCount AgeQualifyingCode="19" Count="0"/>
								<GuestCount AgeQualifyingCode="10" Count="1"/>
							</GuestCounts>
							<TimeSpan Start="2019-05-11" End="2019-05-13"/>
							<Total AmountBeforeTax="172.73" AmountAfterTax="190.00" CurrencyCode="EUR"/>
							<TPA_Extensions>
								<px:RateAmountExtensions xmlns:px="http://protel.io/htng/extensions" End="2019-05-13" Start="2019-05-11">
									<px:RateAmount AmountAfterTax="30.00" AmountBeforeTax="25.76" RevenueCategoryCode="3" CurrencyCode="EUR" AlternateCurrencyInd="0"/>
									<px:RateAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="6" CurrencyCode="EUR" AlternateCurrencyInd="0"/>
									<px:RateAmount AmountAfterTax="190.00" AmountBeforeTax="172.73" RevenueCategoryCode="9" CurrencyCode="EUR" AlternateCurrencyInd="0"/>
									<px:RateAmount AmountAfterTax="220.00" AmountBeforeTax="198.48" RevenueCategoryCode="17" CurrencyCode="EUR" AlternateCurrencyInd="0"/>
								</px:RateAmountExtensions>
								<px:FixedChargesAmounts xmlns:px="http://protel.io/htng/extensions" End="2019-05-13" Start="2019-05-11">
									<px:FixedChargeAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="3" CurrencyCode="EUR"/>
									<px:FixedChargeAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="6" CurrencyCode="EUR"/>
									<px:FixedChargeAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="9" CurrencyCode="EUR"/>
									<px:FixedChargeAmount AmountAfterTax="0.00" AmountBeforeTax="0.00" RevenueCategoryCode="17" CurrencyCode="EUR"/>
								</px:FixedChargesAmounts>
							</TPA_Extensions>
							<BasicPropertyInfo HotelCode="3006" HotelName="ART SKI - IN Hotel Hinterhag, A-5753 Saalbach" ChainCode="HC1"/>
							<ResGuestRPHs>
								<ResGuestRPH RPH="36844"/>
							</ResGuestRPHs>
							<Comments/>
							<DepositPayments/>
						</RoomStay>
					</RoomStays>
					<ResGuests>
						<ResGuest ResGuestRPH="36844" PrimaryIndicator="true" ArrivalTime="13:13:00" DepartureTime="14:05:00">
							<Profiles>
								<ProfileInfo>
									<UniqueID Type="1" ID="36844" ID_Context="protelIO"/>
									<Profile ShareAllOptOutInd="Yes" ProfileType="1" CreateDateTime="2020-01-16T11:05:00" CreatorID="protel 1" RPH="36844" LastModifyDateTime="2020-01-16T11:05:44" LastModifierID="protel 1" StatusCode="4">
										<Customer Gender="Unknown" Language="de">
											<PersonName>
												<GivenName>ADDONLY</GivenName>
												<Surname>ADDONLY</Surname>
											</PersonName>
											<Address ShareMarketInd="No" Type="1" DefaultInd="true">
												<StateProv/>
												<CountryName/>
											</Address>
											<Document BirthDate="1900-01-01" EffectiveDate="1900-01-01" ExpireDate="2050-12-31"/>
											<EmployerInfo CompanyShortName="" Department=""/>
										</Customer>
										<UserID Type="1" ID="36844" ID_Context="protelIO"/>
										<TPA_Extensions xmlns:px="http://protel.io/htng/extensions">
											<SearchName Value="ADDONLY"/>
											<Optinouts>
												<Optinout OptinoutEvent="Reservation" OptinoutType="Letter" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Invoice" OptinoutType="Letter" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Advertisement" OptinoutType="Letter" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Reservation" OptinoutType="Phone" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Invoice" OptinoutType="Phone" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Advertisement" OptinoutType="Phone" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Reservation" OptinoutType="Mail" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Invoice" OptinoutType="Mail" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Advertisement" OptinoutType="Mail" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Reservation" OptinoutType="TextMessage" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Invoice" OptinoutType="TextMessage" OptinoutStatus="no"/>
												<Optinout OptinoutEvent="Advertisement" OptinoutType="TextMessage" OptinoutStatus="no"/>
											</Optinouts>
										</TPA_Extensions>
									</Profile>
								</ProfileInfo>
							</Profiles>
						</ResGuest>
					</ResGuests>
					<ResGlobalInfo>
						<HotelReservationIDs>
							<HotelReservationID ResID_Type="14" ResID_Value="33496" ResID_Source="protelIO" ForGuest="true"/>
							<HotelReservationID ResID_Type="14" ResID_Value="PL3349651911P" ResID_Source="CRS" ForGuest="true"/>
						</HotelReservationIDs>
					</ResGlobalInfo>
					<TPA_Extensions>
						<ReservationExtensions xmlns="http://protel.io/soap">
							<ReservationCode ID="3" RPH="33496" Type="CommunicationChannel" Name="Gast war schon mal hier " Language="en_US"/>
							<ReservationCode ID="1" RPH="33496" Type="TravelReason" Name="Come Reason" Language="en_US"/>
							<ReservationDateInfo CreateDateTimeSyncInd="False" ModifyDateTimeSyncInd="False"/>
						</ReservationExtensions>
					</TPA_Extensions>
				</HotelReservation>
			</HotelReservations>
		</OTA_HotelResNotifRQ>
	</env:Body>
</env:Envelope>

...

Codeblock
languagexml
collapsetrue
<OTA_HotelRatePlanNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" TimeStamp="2019-11-04T10:59:58Z" Version="3.000" CorrelationID="a8f876cc-6f1c-48ef-b636-f7f2f698d727">
	<Errors>
		<Error ShortText="SQL Failure." Code="143" Type="12"/>
		<Error ShortText="Rates may not have been applied" Code="364" Type="3"> Pricematch</Error>
	</Errors>
	<Success/>
</OTA_HotelRatePlanNotifRS>

...

With the PWS 2.11.x we had started to send the Success and Error Element in 1 message.

This issue appears only for a special setting in the system data.

...

Codeblock
<OTA_HotelInvBlockNotifRQ EchoToken="0ce074a4-814b-44aa-8f3f-8732e76ec148" TimeStamp="2020-02-12T14:03:04Z" Version="4.001" CorrelationID="0ce074a4-814b-44aa-8f3f-8732e76ec148" PrimaryLangID="en" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvBlockNotifRQ.xsd" xmlns="http://www.opentravel.org/OTA/2003/05">

...

Change the Version number to 4.001.

Add the following Attribute

  • PrimaryLangID

...

OTA_ReadRQ / ReadRequests / ProfileReadRequest / Customer / CustLoyalty

Codeblock
languagexml
collapsetrue
<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="9CAA52E0-114E-496C-9FD9-ABD24054FE6A" TimeStamp="2020-01-21T16:04:52Z" Version="3.500" CorrelationID="9CAA52E0-114E-496C-9FD9-ABD24054FE6A" MaxResponses="30">
	<UniqueID Type="10" ID="2691" ID_Context="protelIO"/>
	<ReadRequests>
		<ProfileReadRequest ProfileTypeCode="1">
			<Customer>
				<PersonName>
					<Surname>%</Surname>
				</PersonName>
				<CustLoyalty MembershipID="8152144869"/>
			</Customer>
		</ProfileReadRequest>
	</ReadRequests>
</OTA_ReadRQ>

...

With the OTA_ProfileMergeRQ external could us send Profiles ID which should be merged

for further information please check 

OTA_ProfileMergeRQ/RS

...

HTNG_ChargePostingRQ / Posting / Transaction RevenueDetails / RevenueDetail / Account

Codeblock
languagexml
collapsetrue
<HTNG_ChargePostingRQ xmlns="http://htng.org/2014B" EchoToken="ChargeDoku1" Version="0" CorrelationID="ChargeDoku1">
	<POS>
		<Source xmlns="http://www.opentravel.org/OTA/2003/05">
			<RequestorID ID="2969" Type="10" ID_Context="protelIO"/>
			<BookingChannel Type="4" Primary="true"/>
		</Source>
	</POS>
	<Posting ID="1">
		<RevenueCenter Description="Kiosk">
			<Terminal ID="PMS.Protel.TestCommunication"/>
		</RevenueCenter>
		<TotalPostingAmount Amount="-12"/>
		<Transaction TicketID="1">
			<RevenueDetails>
				<RevenueDetail Description="American Express AED" PMSRevenueCode="5" Amount="-12" SubTypeID="Payment">
					<ExtendedPrice AmountAfterTax="-12" DecimalPlaces="2" CurrencyCode="GBP" Quantity="1"/>
					<Account ID="83855" Type="14" ID_Context="protelIO"/>
				</RevenueDetail>
			</RevenueDetails>
		</Transaction>
	</Posting>
</HTNG_ChargePostingRQ>

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRS.xsd" TimeStamp="2019-12-30T16:46:26" Target="Production" Version="5.000" CorrelationID="3925a961-e978-421c-8c60-6430c28ccf3b" EchoToken="3925a961-e978-421c-8c60-6430c28ccf3b">

...

Codeblock
languagexml
collapsetrue
<?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">TestAvail28</htnga:CorrelationID>
	</env:Header>
	<env:Body>
		<OTA_HotelAvailNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" CorrelationID="TestAvail28" MessageContentCode="6" EchoToken="TestAvail28" TimeStamp="2018-08-13T15:00:00.000Z" Version="2">
			<POS>
				<Source>
					<RequestorID ID="2648" ID_Context="protelIO" Type="10"/>
				</Source>
			</POS>
			<UniqueID ID="2648" ID_Context="protelIO" Type="10"/>
			<AvailStatusMessages HotelCode="2648">
	        	<AvailStatusMessage BookingLimitMessageType="SetLimit" BookingLimit="27">
		         	<StatusApplicationControl Start="2020-03-23" End="2020-03-29" Sat="true" Sun="true"/>
			        <UniqueID ID="1" Type="16"/>
	        	</AvailStatusMessage>
           	</AvailStatusMessages>
		</OTA_HotelAvailNotifRQ>
	</env:Body>
</env:Envelope>

...

  • If no DoW is set → all "true"
  • If all DoW are set → we process that what's sent
  • If only specific DoW are set (doesn't matter if "true" or "false" → we will set the rest as default to "false"

...

Codeblock
languagexml
collapsetrue
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<p:Action xmlns:p="http://protel.io/soap">OTA_HotelStatsNotifRQ</p:Action>
		<p:CorrelationID xmlns:p="http://protel.io/soap">STATS#2000047#UPDATE#000066#1579074950294#8E1F</p:CorrelationID>
		<p:Source xmlns:p="http://protel.io/soap" Module="backline" ModuleVersion="2020-01-15T08:47:41 (QA)" Product="protelAir" ProductVersion="2003.0.48878-RC" Service="io.protel.air"/>
		<htnga:CorrelationID xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders">STATS#2000047#UPDATE#000066#1579074950294#8E1F</htnga:CorrelationID>
	</env:Header>
	<env:Body>
		<OTA_HotelStatsNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:p="http://protel.io/soap" xmlns:px="http://protel.io/htng/extensions" xmlns:htng="http://htng.org/2014B" CorrelationID="STATS#2000047#UPDATE#000066#1579074950294#8E1F" EchoToken="STATS#2000047#UPDATE#000066#1579074950294#8E1F" PrimaryLangID="en" TimeStamp="2020-01-15T07:55:50Z" Version="3.000">
			<POS>
				<Source>
					<RequestorID ID="2585" ID_Context="protelIO" Type="10"/>
					<TPA_Extensions>
						<px:POSExtensions>
							<px:HotelInfo FiscalDate="2018-03-05"/>
						</px:POSExtensions>
					</TPA_Extensions>
				</Source>
			</POS>
			<Statistics>
				<Statistic ChainCode="FELIX" FiscalDate="2018-03-03" HotelCode="2585" HotelName="protel_IO_Testhotel_pAir_2000047" ReportCode="HTNG_CurrentDailyRoomTypeStatistics_v1">
					<StatisticApplicationSets>
						<StatisticApplicationSet End="2018-03-04" Start="2018-03-04">
							<StatisticCodes>
								<StatisticCode StatCategoryCode="3" StatCode="ECQN"/>
							</StatisticCodes>
							<RevenueCategorySummaries>
								<RevenueCategorySummary Amount="0.00" CurrencyCode="AUD" RevenueCategoryCode="3"/>
								<RevenueCategorySummary Amount="1521.53" CurrencyCode="AUD" RevenueCategoryCode="9"/>
								<RevenueCategorySummary Amount="1521.53" CurrencyCode="AUD" RevenueCategoryCode="17"/>
							</RevenueCategorySummaries>
							<CountCategorySummaries>
								<CountCategorySummary CountCategoryCode="8" SummaryCount="13"/>
								<CountCategorySummary CountCategoryCode="9" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="10" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="11" SummaryCount="13"/>
								<CountCategorySummary CountCategoryCode="12" SummaryCount="12"/>
								<CountCategorySummary CountCategoryCode="13" SummaryCount="11"/>
								<CountCategorySummary CountCategoryCode="22" SummaryCount="0"/>
							</CountCategorySummaries>
						</StatisticApplicationSet>
						<StatisticApplicationSet End="2018-03-04" Start="2018-03-04">
							<StatisticCodes>
								<StatisticCode StatCategoryCode="3" StatCode="PMKG"/>
							</StatisticCodes>
							<RevenueCategorySummaries>
								<RevenueCategorySummary Amount="0.00" CurrencyCode="AUD" RevenueCategoryCode="3"/>
								<RevenueCategorySummary Amount="909.07" CurrencyCode="AUD" RevenueCategoryCode="9"/>
								<RevenueCategorySummary Amount="909.07" CurrencyCode="AUD" RevenueCategoryCode="17"/>
							</RevenueCategorySummaries>
							<CountCategorySummaries>
								<CountCategorySummary CountCategoryCode="8" SummaryCount="126"/>
								<CountCategorySummary CountCategoryCode="9" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="10" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="11" SummaryCount="7"/>
								<CountCategorySummary CountCategoryCode="12" SummaryCount="2"/>
								<CountCategorySummary CountCategoryCode="13" SummaryCount="35"/>
								<CountCategorySummary CountCategoryCode="22" SummaryCount="0"/>
							</CountCategorySummaries>
						</StatisticApplicationSet>
						<StatisticApplicationSet End="2018-03-04" Start="2018-03-04">
							<StatisticCodes>
								<StatisticCode StatCategoryCode="3" StatCode="FCKG"/>
							</StatisticCodes>
							<RevenueCategorySummaries>
								<RevenueCategorySummary Amount="0.00" CurrencyCode="AUD" RevenueCategoryCode="3"/>
								<RevenueCategorySummary Amount="190.36" CurrencyCode="AUD" RevenueCategoryCode="9"/>
								<RevenueCategorySummary Amount="190.36" CurrencyCode="AUD" RevenueCategoryCode="17"/>
							</RevenueCategorySummaries>
							<CountCategorySummaries>
								<CountCategorySummary CountCategoryCode="8" SummaryCount="4"/>
								<CountCategorySummary CountCategoryCode="9" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="10" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="11" SummaryCount="1"/>
								<CountCategorySummary CountCategoryCode="12" SummaryCount="1"/>
								<CountCategorySummary CountCategoryCode="13" SummaryCount="2"/>
								<CountCategorySummary CountCategoryCode="22" SummaryCount="0"/>
							</CountCategorySummaries>
						</StatisticApplicationSet>
						<StatisticApplicationSet End="2018-03-04" Start="2018-03-04">
							<StatisticCodes>
								<StatisticCode StatCategoryCode="3" StatCode="BCKG"/>
							</StatisticCodes>
							<RevenueCategorySummaries>
								<RevenueCategorySummary Amount="0.00" CurrencyCode="AUD" RevenueCategoryCode="3"/>
								<RevenueCategorySummary Amount="0.00" CurrencyCode="AUD" RevenueCategoryCode="9"/>
								<RevenueCategorySummary Amount="0.00" CurrencyCode="AUD" RevenueCategoryCode="17"/>
							</RevenueCategorySummaries>
							<CountCategorySummaries>
								<CountCategorySummary CountCategoryCode="8" SummaryCount="7"/>
								<CountCategorySummary CountCategoryCode="9" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="10" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="11" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="12" SummaryCount="0"/>
								<CountCategorySummary CountCategoryCode="13" SummaryCount="1"/>
								<CountCategorySummary CountCategoryCode="22" SummaryCount="0"/>
							</CountCategorySummaries>
						</StatisticApplicationSet>
					</StatisticApplicationSets>
				</Statistic>
			</Statistics>
			<UniqueID ID="2585" ID_Context="protelIO" Type="10"/>
		</OTA_HotelStatsNotifRQ>
	</env:Body>
</env:Envelope>

...

Codeblock
languagexml
collapsetrue
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:p="http://protel.io/soap" xmlns:px="http://protel.io/htng/extensions" xmlns:htng="http://htng.org/2014B" EchoToken="RES#2000042#UPDATE#000081#1578927461412#1484" ResStatus="Modify" TimeStamp="2020-01-13T14:57:41Z" Version="1.003">
	<HotelReservations>
		<HotelReservation CreateDateTime="2019-12-20T09:25:50+01:00" CreatorID="PMS" LastModifierID="PMS" LastModifyDateTime="2020-01-10T14:18:16+01:00" ResStatus="">
			<UniqueID ID="11463" Type="10"/>
			<RoomStays>
				<RoomStay MarketCode="COMP" SourceOfBusiness="AGO">
					<RoomRates>
						<RoomRate NumberOfUnits="1" RatePlanCategory="CORDEV" RatePlanCode="SKA" RoomTypeCode="DZ-STD">
							<GuestCounts>
								<GuestCount AgeQualifyingCode="10" Count="2"/>
							</GuestCounts>
						</RoomRate>

...

Codeblock
languagexml
collapsetrue
<htng:HTNG_HotelFolioNotifRQ xmlns:htng="http://htng.org/2014B" xmlns:p="http://protel.io/soap" xmlns:px="http://protel.io/htng/extensions" CorrelationID="INV#010009#UPDATE#000094#1575969437712#49AC" EchoToken="INV#010009#UPDATE#000094#1575969437712#49AC" PrimaryLangID="en" TimeStamp="2019-12-10T09:17:17Z" Version="1">
	<htng:POS>
		<Source xmlns="http://www.opentravel.org/OTA/2003/05">
			<RequestorID ID="2487" ID_Context="protelIO" Type="10"/>
			<BookingChannel Primary="true" Type="4"/>
			<TPA_Extensions>
				<px:POSExtensions>
					<px:HotelInfo FiscalDate="2019-08-30"/>
				</px:POSExtensions>
			</TPA_Extensions>
		</Source>
	</htng:POS>
	<htng:UniqueID ID="856" ID_Context="protelIO" Type="14"/>
	<htng:Folios>
		<htng:Folio FolioID="1132" FolioType="Room" GuestPayable="false" GuestViewable="true" InvoiceID="RE_23251_2014">
			<htng:BasicPropertyInfo ChainCode="n/a" HotelCode="2487" HotelCodeContext="protelIO" HotelName="testDB_Manual_10009"/>
			<htng:CustomerProfile>
				<ProfileInfo xmlns="http://www.opentravel.org/OTA/2003/05">
					<UniqueID ID="38951" ID_Context="protelIO" Type="1"/>
					<Profile CreateDateTime="2019-12-10T09:17:17Z" CreatorID="Unknown" LastModifierID="bg" LastModifyDateTime="2019-12-09T13:37:11Z" ProfileType="1" RPH="38951" ShareAllOptOutInd="Yes" StatusCode="4">
						<Customer Gender="Male" Language="de">
							<PersonName>
								<NamePrefix>Herr</NamePrefix>
								<GivenName>Flemming</GivenName>
								<Surname> Nordenhof</Surname>
							</PersonName>
							<Address DefaultInd="true" FormattedInd="false" ShareMarketInd="No" Type="1">
								<AddressLine>Hakmosen 66c</AddressLine>
								<CityName>Herlev</CityName>
								<PostalCode>2730 </PostalCode>
								<CountryName Code="DK">Denmark</CountryName>
							</Address>
							<CitizenCountryName Code="AT" DefaultInd="true"/>
							<TPA_Extensions>
								<px:ProfileInfoExtensions>
									<px:AddressTypes>
										<px:AddressType DefaultInd="false" DisplaySequence="0" ID="9" ID_Context="protelIO" Type="ADDRESSTYPE">Private</px:AddressType>
									</px:AddressTypes>
									<px:ContactDetails>
										<px:AdditionalInfo/>
									</px:ContactDetails>
									<px:PersonInfos>
										<px:Language DefaultInd="true">de-de</px:Language>
										<px:VipCodes/>
										<px:MarketingCodes/>
										<px:Keywords/>
									</px:PersonInfos>
									<px:Salutation DefaultInd="false" DisplaySequence="0" ID="11" ID_Context="protelIO" Type="SALUTATION">Herr</px:Salutation>
									<px:ProfileStatus/>
									<px:DocumentTypes/>
									<px:StatisticalInfos/>
									<px:AccountingInfos/>
									<px:Traces/>
									<px:LogEntries/>
									<px:Memberships/>
								</px:ProfileInfoExtensions>
							</TPA_Extensions>
						</Customer>
					</Profile>
				</ProfileInfo>
			</htng:CustomerProfile>
			<htng:PayerProfile>
				<ProfileInfo xmlns="http://www.opentravel.org/OTA/2003/05">
					<UniqueID ID="38951" ID_Context="protelIO" Type="1"/>
					<Profile CreateDateTime="2019-12-10T09:17:17Z" CreatorID="Unknown" LastModifierID="bg" LastModifyDateTime="2019-12-09T13:37:11Z" ProfileType="1" RPH="38951" ShareAllOptOutInd="Yes" StatusCode="4">
						<Customer Gender="Male" Language="de">
							<PersonName>
								<NamePrefix>Herr</NamePrefix>
								<GivenName>Flemming</GivenName>
								<Surname> Nordenhof</Surname>
							</PersonName>
							<Address DefaultInd="true" FormattedInd="false" ShareMarketInd="No" Type="1">
								<AddressLine>Hakmosen 66c</AddressLine>
								<CityName>Herlev</CityName>
								<PostalCode>2730 </PostalCode>
								<CountryName Code="DK">Denmark</CountryName>
							</Address>
							<CitizenCountryName Code="AT" DefaultInd="true"/>
							<TPA_Extensions>
								<px:ProfileInfoExtensions>
									<px:AddressTypes>
										<px:AddressType DefaultInd="false" DisplaySequence="0" ID="9" ID_Context="protelIO" Type="ADDRESSTYPE">Private</px:AddressType>
									</px:AddressTypes>
									<px:ContactDetails>
										<px:AdditionalInfo/>
									</px:ContactDetails>
									<px:PersonInfos>
										<px:Language DefaultInd="true">de-de</px:Language>
										<px:VipCodes/>
										<px:MarketingCodes/>
										<px:Keywords/>
									</px:PersonInfos>
									<px:Salutation DefaultInd="false" DisplaySequence="0" ID="11" ID_Context="protelIO" Type="SALUTATION">Herr</px:Salutation>
									<px:ProfileStatus/>
									<px:DocumentTypes/>
									<px:StatisticalInfos/>
									<px:AccountingInfos/>
									<px:Traces/>
									<px:LogEntries/>
									<px:Memberships/>
								</px:ProfileInfoExtensions>
							</TPA_Extensions>
						</Customer>
					</Profile>
				</ProfileInfo>
			</htng:PayerProfile>
			<htng:RevenueSummary>
				<GrossAmount xmlns="http://www.opentravel.org/OTA/2003/05" Amount="500.00" CurrencyCode="EUR"/>
				<TaxItems xmlns="http://www.opentravel.org/OTA/2003/05" Amount="32.71" CurrencyCode="EUR"/>
				<BalanceDueAmount xmlns="http://www.opentravel.org/OTA/2003/05" Amount="0.00" CurrencyCode="EUR"/>
				<AmountReceived xmlns="http://www.opentravel.org/OTA/2003/05" Amount="-500.00" CurrencyCode="EUR"/>
			</htng:RevenueSummary>
			<htng:RevenueDetails>
				<htng:RevenueDetail Amount="500.00" CurrencyCode="EUR" Description="Logis" PMSRevenueCode="0" ReferenceID="26" RevenueCategoryCode="9" SubTypeID="Revenue" TransactionDate="2019-08-29">
					<FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05">
						<FolioID>9542</FolioID>
					</FolioIDs>
					<htng:UnitPrice AmountAfterTax="500.00" AmountBeforeTax="467.29" CurrencyCode="EUR" Type="31">
						<Taxes xmlns="http://www.opentravel.org/OTA/2003/05" CurrencyCode="EUR">
							<Tax Amount="32.71" CurrencyCode="EUR" Percent="7.00" Type="Inclusive"/>
						</Taxes>
					</htng:UnitPrice>
					<htng:ExtendedPrice AmountAfterTax="500.00" AmountBeforeTax="467.29" CurrencyCode="EUR" Quantity="1" Type="31">
						<Taxes xmlns="http://www.opentravel.org/OTA/2003/05" CurrencyCode="EUR">
							<Tax Amount="32.71" CurrencyCode="EUR" Percent="7.00" Type="Inclusive"/>
						</Taxes>
					</htng:ExtendedPrice>
				</htng:RevenueDetail>
				<htng:RevenueDetail Amount="-500.00" CurrencyCode="EUR" Description="Bar" PMSRevenueCode="171717" ReferenceID="17" SubTypeID="Payment" TransactionDate="2019-08-30">
					<FolioIDs xmlns="http://www.opentravel.org/OTA/2003/05">
						<FolioID>9558</FolioID>
					</FolioIDs>
					<htng:UnitPrice AmountAfterTax="-500.00" AmountBeforeTax="-500.00" CurrencyCode="EUR" Type="31">
						<Taxes xmlns="http://www.opentravel.org/OTA/2003/05" CurrencyCode="EUR">
							<Tax Amount="0.00" CurrencyCode="EUR" Percent="0.00" Type="Inclusive"/>
						</Taxes>
					</htng:UnitPrice>
					<htng:ExtendedPrice AmountAfterTax="-500.00" AmountBeforeTax="-500.00" CurrencyCode="EUR" Quantity="1" Type="31">
						<Taxes xmlns="http://www.opentravel.org/OTA/2003/05" CurrencyCode="EUR">
							<Tax Amount="0.00" CurrencyCode="EUR" Percent="0.00" Type="Inclusive"/>
						</Taxes>
					</htng:ExtendedPrice>
				</htng:RevenueDetail>
			</htng:RevenueDetails>
		</htng:Folio>
	</htng:Folios>
	<TPA_Extensions xmlns="http://www.opentravel.org/OTA/2003/05">
		<px:FolioExtensions>
			<px:FolioExtension Action="UPDATE" ClosingDate="" FolioID="1132" IncrementalItemsInd="false" ItemsFromDate="2019-08-29" ItemsToDate="2019-08-30"/>
		</px:FolioExtensions>
	</TPA_Extensions>
</htng:HTNG_HotelFolioNotifRQ>

...

The format will be changed from 0.07 to 7.00.

...

Codeblock
languagexml
collapsetrue
<ns4:OTA_HotelAvailRS xmlns:ns4="http://www.opentravel.org/OTA/2003/05" xmlns:ns2="http://htng.org/2014B" xmlns:ns3="http://protel.io/soap" CorrelationID="8B60BE98-C2EA-48CA-9FBE-39424AC80F2D_2" EchoToken="8B60BE98-C2EA-48CA-9FBE-39424AC80F2D_2" PrimaryLangID="en" SearchCacheLevel="Live" TimeStamp="2019-12-10T11:37:30Z" Version="1">
	<ns4:Success/>
	<ns4:HotelStays>
		<ns4:HotelStay RoomStayRPH="8d999a14-f975-4507-bdc2-2f434b500e37">
			<ns4:Availability End="2019-06-02T12:00:00Z" Start="2019-06-01T12:00:00Z" Status="Open"/>
			<ns4:BasicPropertyInfo ChainCode="n/a" HotelCode="2879" HotelCodeContext="protelIO" HotelName="protel_IO_Testhotel_pAir_2100173"/>
		</ns4:HotelStay>
	</ns4:HotelStays>
	<ns4:RoomStays>
		<ns4:RoomStay AvailabilityStatus="AvailableForSale" AvailableIndicator="true" InfoSource="PMS" RPH="8d999a14-f975-4507-bdc2-2f434b500e37" ResponseType="PropertyRateList" RoomStayStatus="Quote">
			<ns4:RoomTypes>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="110" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="104" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="103" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="225" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="224" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="220" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="226" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:RoomDescription Name="Long Description">
						<ns4:Text TextFormat="PlainText">Very nice double room</ns4:Text>
					</ns4:RoomDescription>
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
				<ns4:RoomType IsRoom="true" Quantity="1" RoomID="215" RoomType="Standard Twin" RoomTypeCode="STT">
					<ns4:Occupancy MaxOccupancy="2" MinOccupancy="1"/>
				</ns4:RoomType>
			</ns4:RoomTypes>
			<ns4:RatePlans>
				<ns4:RatePlan PriceViewableInd="true" RatePlanCode="BAR" RatePlanID="5" RatePlanName="BAR Rate">
					<ns4:RatePlanDescription Name="Long Description">
						<ns4:Text TextFormat="PlainText">The best rate available for you today!</ns4:Text>
					</ns4:RatePlanDescription>
				</ns4:RatePlan>
			</ns4:RatePlans>
			<ns4:CancelPenalties/>
			<ns4:Total AmountAfterTax="280.00" AmountBeforeTax="261.68" CurrencyCode="EUR"/>
		</ns4:RoomStay>
		<RoomStay/>	
	</ns4:OTA_HotelAvailRS>

...

Codeblock
languagexml
collapsetrue
<?xml version='1.0' encoding='utf-8'?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
	<env:Header>
		<p:Action xmlns:p="http://protel.io/soap">OTA_HotelInvBlockNotifRQ</p:Action>
		<p:CorrelationID xmlns:p="http://protel.io/soap">BLOCK#2100295#CREATE#000099#1576154627804#1603</p:CorrelationID>
		<p:Source xmlns:p="http://protel.io/soap" Module="backline" ModuleVersion="2019-12-12T13:11:30 (QA)" Product="protelAir" ProductVersion="246.0.47486-RC" Service="io.protel.air"/>
		<htnga:CorrelationID xmlns:htnga="http://htng.org/PWSWG/2007/02/AsyncHeaders">BLOCK#2100295#CREATE#000099#1576154627804#1603</htnga:CorrelationID>
	</env:Header>
	<env:Body>
		<OTA_HotelInvBlockNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:p="http://protel.io/soap" xmlns:px="http://protel.io/htng/extensions" xmlns:htng="http://htng.org/2014B" CorrelationID="BLOCK#2100295#CREATE#000099#1576154627804#1603" EchoToken="BLOCK#2100295#CREATE#000099#1576154627804#1603" PrimaryLangID="en" Target="Test" TimeStamp="2019-12-12T12:43:47Z" Version="4.001">
			<POS>
				<Source>
					<RequestorID ID="2984" ID_Context="protelIO" Type="10"/>
					<BookingChannel Primary="true" Type="4"/>
					<TPA_Extensions>
						<px:POSExtensions>
							<px:HotelInfo FiscalDate="2019-09-11"/>
						</px:POSExtensions>
					</TPA_Extensions>
				</Source>
			</POS>
			<InvBlocks>
				<InvBlock BookingStatus="Closed" InvBlockCode="26" InvBlockLongName="TestSR" InvBlockName="TestSR" InvBlockStatusCode="5" InvBlockTypeCode="16" TransactionAction="Commit">
					<HotelRef ChainCode="n/a" ChainName="n/a" HotelCode="2984" HotelName="protel_IO_Testhotel_pAir_2100179"/>
					<InvBlockDates/>
					<RoomTypes/>
					<BlockDescriptions>
						<BlockDescription CreateDateTime="2019-12-12T12:43:47Z" LastModifyDateTime="2019-12-12T12:43:47Z"/>
						<BlockDescription Name="SourceOfBusiness">
							<Text TextFormat="PlainText">Wedding</Text>
						</BlockDescription>
					</BlockDescriptions>
					<Contacts>
						<Contact ContactType="Customer" RPH="11cb0437-9dee-4f85-81f5-2704406cd278">
							<PersonName>
								<NamePrefix>CO</NamePrefix>
								<Surname>TEST</Surname>
							</PersonName>
							<CompanyName Code="" Department=""/>
						</Contact>
					</Contacts>
				</InvBlock>
			</InvBlocks>
			<TPA_Extensions>
				<px:ProfileInfoExtensions>
					<px:ContactDetails>
						<px:AdditionalInfo>
							<px:Entry DefaultInd="true" ID="3898" ID_Context="protelIO" RPH="11cb0437-9dee-4f85-81f5-2704406cd278" Type="1">TEST</px:Entry>
							<px:Entry ID="3898" ID_Context="protelIO" RPH="c534e621-5882-49dd-9729-34100988374a" Type="1"/>
						</px:AdditionalInfo>
					</px:ContactDetails>
				</px:ProfileInfoExtensions>
			</TPA_Extensions>
		</OTA_HotelInvBlockNotifRQ>
	</env:Body>
</env:Envelope>

...