Table of Contents |
---|
Introduction
PMS partners (Publishers) can push reservations, modifications and cancellations to pmsXchange using an OTA_HotelResNotifRQ.
The request is to be sent as a SOAP message as per the pmsXchange SOAP Envelope sample provided below.
Process Flow
When a reservation is created, modified or cancelled in the partner PMS application (Publisher), the partner PMS application will need to push these reservation messages to SiteMinder's pmsXchange reservation web service endpoint. The pmsXchange will direct these reservation to pre-allocated partner PMS and hotel specific storage areas, these reservations will then be available for delivery to other partner applications (Subscribers) via the SiteMinderXchange platform. The subscribing partners can then use these reservations to offer value added solutions from their applications.
Scenarios for Reservation delivery from partner PMS applications:
If the OTA_HotelResNotifRQ message is delivered successfully by the partner's PMS application to pmsXchange, the pmsXchange web service endpoint will respond with an OTA_HotelResNotifRS success message, which includes the Hotel System Confirmation ID. (Sample messages below)
If the OTA_HotelResNotifRQ message delivery flags an error in pmsXchange, the pmsXchange web service endpoint will respond with an OTA_HotelResNotifRS error message, which includes an error string. (Sample messages below). The reservation will need to retained in the partner PMS applications retry cycle and resent once the error is resolved. The message resend process may need to be done manually upon expiry of retry cycle time period.
If the OTA_HotelResNotifRQ message is unable to be delivered by partner PMS application due to a network outage or similar connectivity issues, the reservation will need to retained in the partner PMS applications retry cycle and resent once the error is resolved. The message resend process may need to be done manually upon expiry of retry cycle time period.
OTA_HotelResNotifRQ
The body of the message is to be an OTA_HotelResNotifRQ.
This message will be sent by the partner PMS application. The main payload of the OTA_HotelResNotifRQ message is a list of HotelReservation elements. The content may vary for different partner PMS applications depending on the application features and functionality supported by the respective partner PMS applications
In general, the following can be said about HotelReservations:
- A HotelReservation represents a single reservation made within the partner PMS application.
- A HotelReservation can have one or more RoomStays, one for each room type booked.
- A RoomStay represents a stay in one room type over a continuous timespan, non-continuous timespan stays (split stays) will result in multiple RoomStays.
- A HotelReservation can have zero, one or many ResGuests linked to either the RoomStay the guest stay in or the reservation.
OTA_HotelResNotifRQ Specification
...
OTA_HotelResNotifRQ
...
ISO 8601 encoded timestamp indicating the creation date and time of the message.
Format like yyyy-MM-dd'T'HH:mm:ssZZ i.e '2012-03-09T20:05:52+08:00'
...
Indicates the current status of the reservation.
Valid values are dependant on the roles:
-Reserved
-Waitlisted
-Cancelled
-No-show
-In-house
-Checked-Out
...
This is the date when the reservation was first made.
Format like yyyy-MM-dd'T'HH:mm:ssZZ i.e '2012-03-09T20:05:52+08:00'
...
This indicates the last date and time when the reservation was last modified.
Format like yyyy-MM-dd'T'HH:mm:ssZZ i.e '2012-03-09T20:05:52+08:00'
...
Identifies the company that is associated with the booking channel.
...
Identifies a company by the company code.
...
@ID
...
Used to define the type of information being sent (e.g., rate description, property description, room information). Refer to OpenTravel Code List Additional Detail Type (ADT).
Some common usages are
43: Meal plan information
15: Promotion information
...
Used to define the type of information being sent (e.g., rate description, property description, room information). Refer to OpenTravel Code List Additional Detail Type (ADT).
Some common usages are
43: Meal plan information
15: Promotion information
...
Code that identifies an inventory block.
...
The base amount charged for the accommodation or service per unit of time.
Mandatory in both OpenTravel Alliance and HTNG if an instance of RoomRate is passed.
...
Tax percentage; if zero, assume use of the Amount attribute (Amount or Percent must be a zero value).
...
The Total amount charged for the accommodation or service per unit of time.
Mandatory in both OpenTravel Alliance and HTNG if an instance of RoomRate is passed.
...
Tax percentage; if zero, assume use of the Amount attribute (Amount or Percent must be a zero value).
...
A collection of unsigned integers that reference the RPH (Reference Place holder) attribute in the Service object. The ServiceRPH attribute in the Service object is an indexing attribute that identifies the services attached this RoomRate.
...
An enumerated type defining the guarantee to be applied to this reservation.
Value:
CC/DC/Voucher
Deposit
DepositRequired
GuaranteeRequired
None
PrePay
Profile
...
0..1
...
Guarantee Detail.
One of PaymentCard, Voucher, DirectBill elements must be included within GuranteeAccepted.
...
This is used to indicate either a charge, reserve (deposit) or refund.
Value | Description |
---|---|
charge | This indicates that an actual payment has been made. |
refund | This indicates that the payment amount of this PaymentDetail element is for a refund. |
reserve | This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment. |
...
Specific payment card information. Details of a debit or credit card.
NOTE: PCI sensitive payment card information should not be included in the message. Please do not attempt to send any payment card data that there isn't a specific element or attribute for in the API.
...
Issuer code. See OTA Payment Card Provider Codes
...
This is used to indicate either a charge, reserve (deposit) or refund.
Value | Description |
---|---|
charge | This indicates that an actual payment has been made. |
refund | This indicates that the payment amount of this PaymentDetail element is for a refund. |
reserve | This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment. |
...
Specific payment card information. Details of a debit or credit card.
NOTE: PCI sensitive payment card information should not be included in the message. Please do not attempt to send any payment card data that there isn't a specific element or attribute for in the API.
...
...
The address to which a deposit may be sent.
...
Code identifying the fee (e.g.,agency fee, municipality fee). Refer to OpenTravel Code List Fee Tax Type (FTT).
...
Fee percentage
...
Defines the age of a guest.
...
The starting value of the time span.
...
Description of the service
...
The individual billing code that applies to a set of instructions that are routed to a designated folio.
...
Identifies the account number where the charges will be routed.
...
The starting value of the time span.
...
The ending value of the time span.
...
The authorization code associated with the billing code.
...
OTA_HotelResNotifRQ / HotelReservations / HotelReservation / ResGuests
...
Collection of guests associated with the reservation. Which guests are in which room is determined by each RoomStay's ResGuestRPHs collection.
...
OTA_HotelResNotifRQ / HotelReservations / HotelReservation / ResGuests / ResGuest
...
1..n
...
The ResGuest object contains the information about a guest associated with a reservation.A collection of ResGuest objects, identifying the guests associated with this reservation. Which guests are in which room is determined by each RoomStays ResGuestRPHs collection.
...
The age of the guest.
...
OTA_HotelResNotifRQ / HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles
...
OTA_HotelResNotifRQ / HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / UniqueID
...
0..9
...
A unique ID for a profile. This element can repeat to accommodate multiple unique IDs for a single profile across multiple systems.
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
The Time Span which covers the Reservation
...
An enumerated type defining the guarantee to be applied to this reservation.
Value:
CC/DC/Voucher
Deposit
DepositRequired
GuaranteeRequired
None
PrePay
Profile
...
0..1
...
This is used to indicate either a charge, reserve (deposit) or refund.
Value | Description |
---|---|
charge | This indicates that an actual payment has been made. |
refund | This indicates that the payment amount of this PaymentDetail element is for a refund. |
reserve | This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment. |
...
Specific payment card information. Details of a debit or credit card.
NOTE: PCI sensitive information is out of scope in Payment card. Please do not attempt to parse any 'out of scope' elements / data.
...
Issuer code. See OTA Payment Card Provider Codes
...
This is used to indicate either a charge, reserve (deposit) or refund.
Value | Description |
---|---|
charge | This indicates that an actual payment has been made. |
refund | This indicates that the payment amount of this PaymentDetail element is for a refund. |
reserve | This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment. |
...
Specific payment card information. Details of a debit or credit card.
...
...
The address to which a deposit may be sent.
...
...
...
A unique identifier to indicate the source system which generated the ResID_Value.
...
OTA_HotelResNotifRQ / HotelReservations / HotelReservation / ResGuests / ResGuest / Profiles / ProfileInfo / UniqueID
...
0..9
...
A unique ID for a profile. This element can repeat to accommodate multiple unique IDs for a single profile across multiple systems.
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
SOAP Envelope Sample
Code Block | ||||
---|---|---|---|---|
| ||||
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soap:mustunderstand="1">
<wsse:UsernameToken>
<wsse:Username>username</wsse:Username>
<wsse:Password type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#passwordtext">secret</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.001" EchoToken="879791878" ResStatus="Commit" TimeStamp="2014-10-09T18:51:45">
...
</OTA_HotelResNotifRQ>
</soap-env:Body>
</soap-env:Envelope> |
OTA_HotelResNotifRQ Sample
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" EchoToken="cc3048b5-55ca-4d77-b316-cb8e769c1381" TimeStamp="2017-09-19T18:13:63+00:00">
<HotelReservations>
<HotelReservation ResStatus="Reserved" CreateDateTime="2017-09-19T18:02:44+00:00" CreatorID="LINDA-RESAGENT" LastModifyDateTime="2017-09-19T18:13:51+00:00" LastModifierID="651651651651">
<POS>
<Source>
<RequestorID ID="TESTPMS"/>
</Source>
<Source>
<BookingChannel Type="4" Primary="true">
<CompanyName Code="Code1">CompanyName0</CompanyName>
</BookingChannel>
</Source>
</POS>
<UniqueID ID="BDC-3685569477"/>
<RoomStays>
<RoomStay MarketCode="Corporate" SourceOfBusiness="Radio" PromotionCode="STAYNSAVE15">
<RoomTypes>
<RoomType RoomType="Deluxe" RoomTypeCode="DLX" RoomCategory="4" RoomID="1501" NonSmoking="true" Configuration="King Split + Single Bed">
<RoomDescription>
<Text>Deluxe Room with a lovely view over the harbour and a seperate lounge with 50" LED TV</Text>
</RoomDescription>
<AdditionalDetails>
<AdditionalDetail Type="4" Code="CORNERROOM">
<DetailDescription>
<Text>This room is a Deluxe Corner Room</Text>
</DetailDescription>
</AdditionalDetail>
</AdditionalDetails>
</RoomType>
</RoomTypes>
<RatePlans>
<RatePlan RatePlanCode="WKGPKG" EffectiveDate="2017-12-01" ExpireDate="2017-12-03" RatePlanName="Weekend Package">
<RatePlanDescription>
<Text>Weekend Package includes wine, chocolates, champagne on arrival and late checkout at 3PM</Text>
</RatePlanDescription>
<RatePlanInclusions TaxInclusive="true" ServiceFeeInclusive="false">
<RatePlanInclusionDescription>
<Text>Champagne on arrival, English Breakfast, Chocolates and 3PM Checkout </Text>
</RatePlanInclusionDescription>
</RatePlanInclusions>
<MealsIncluded MealPlanIndicator="true" MealPlanCodes="7"/>
<AdditionalDetails>
<AdditionalDetail Type="12" Code="WKDNDPKGINFO">
<DetailDescription>
<Text>Some parts of this package (such as wine selection) will need to be arranged with guest prior to check-in</Text>
</DetailDescription>
</AdditionalDetail>
</AdditionalDetails>
</RatePlan>
</RatePlans>
<RoomRates>
<RoomRate InvBlockCode="HIGHROLL" NumberOfUnits="1" RoomID="1501" RoomTypeCode="DLX" RatePlanCode="WKGPKG" RatePlanCategory="Consumer Packages" EffectiveDate="2017-12-01" ExpireDate="2017-12-03">
<Rates>
<Rate EffectiveDate="2017-12-01" ExpireDate="2017-12-02" UnitMultiplier="1">
<Base AmountBeforeTax="100.00" AmountAfterTax="110.00" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="10.00">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
</Taxes>
</Base>
<Total AmountBeforeTax="120.00" AmountAfterTax="132.00" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="12.00">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
</Taxes>
</Total>
</Rate>
<Rate EffectiveDate="2017-12-02" ExpireDate="2017-12-03" UnitMultiplier="1">
<Base AmountBeforeTax="80.00" AmountAfterTax="88.00" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="8.00">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
</Taxes>
</Base>
<Total AmountBeforeTax="100.00" AmountAfterTax="110.00" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="10.00">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
</Taxes>
</Total>
</Rate>
</Rates>
<ServiceRPHs>
<ServiceRPH RPH="1"/>
</ServiceRPHs>
</RoomRate>
</RoomRates>
<GuestCounts>
<GuestCount AgeQualifyingCode="10" Age="51" Count="1" AgeBucket="AdultOver50"/>
<GuestCount AgeQualifyingCode="10" Age="44" Count="1" AgeBucket="AdultOver40"/>
</GuestCounts>
<TimeSpan Start="2017-12-01" End="2017-12-03"/>
<Guarantee GuaranteeCode="COMBINED_GUARANTEE" GuaranteeType="DepositRequired">
<GuaranteesAccepted>
<GuaranteeAccepted PaymentTransactionTypeCode="charge">
<PaymentCard CardCode="VI" EffectiveDate="0717" ExpireDate="0720">
<CardHolderName>Leonard Woolf</CardHolderName>
<CardNumber Mask="4021XXXXXXXX8995" Token="0087254835699221" TokenProviderID="VTS">
</CardNumber>
</PaymentCard>
</GuaranteeAccepted>
<GuaranteeAccepted PaymentTransactionTypeCode="charge">
<Voucher SeriesCode="4555"/>
</GuaranteeAccepted>
<GuaranteeAccepted PaymentTransactionTypeCode="charge">
<DirectBill DirectBill_ID="4981003"/>
</GuaranteeAccepted>
</GuaranteesAccepted>
<GuaranteeDescription>
<Text>Combined Guarantees Accepted (Platinum Membership)</Text>
</GuaranteeDescription>
</Guarantee>
<DepositPayments>
<GuaranteePayment>
<AcceptedPayments>
<AcceptedPayment PaymentTransactionTypeCode="charge">
<PaymentCard CardCode="VI" EffectiveDate="0717" ExpireDate="0720">
<CardHolderName>Leonard Woolf</CardHolderName>
<CardNumber Mask="4021XXXXXXXX8995" Token="0087254835699221" TokenProviderID="VTS">
</CardNumber>
</PaymentCard>
</AcceptedPayment>
</AcceptedPayments>
<AmountPercent Percent="30" CurrencyCode="AUD" Amount="64.52" NmbrOfNights="2">
<Taxes CurrencyCode="AUD" Amount="1.29">
<Tax Code="16" Amount="0" CurrencyCode="AUD" Percent="2">
<TaxDescription>
<Text>Credit Card surcharge.</Text>
</TaxDescription>
</Tax>
</Taxes>
</AmountPercent>
<Deadline AbsoluteDeadline="2017-11-21T12:00:00+00:00" OffsetTimeUnit="Day" OffsetUnitMultiplier="10" OffsetDropTime="BeforeArrival"/>
<Description>
<Text>30% deposit (of the total cost of the stay) will be charged to card holder's account 10 days before the date of arrival at the latest.</Text>
</Description>
<Address Type="1">
<AddressLine>12 Pine Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2095</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AU">Australia</CountryName>
</Address>
</GuaranteePayment>
<GuaranteePayment>
<AcceptedPayments>
<AcceptedPayment PaymentTransactionTypeCode="charge">
<Voucher SeriesCode="4555"/>
</AcceptedPayment>
</AcceptedPayments>
<AmountPercent Percent="10" CurrencyCode="AUD" Amount="21.51" NmbrOfNights="2">
<Taxes CurrencyCode="AUD" Amount="1.08">
<Tax Code="16" Amount="0" CurrencyCode="AUD" Percent="5">
<TaxDescription>
<Text>Payment surcharge.</Text>
</TaxDescription>
</Tax>
</Taxes>
</AmountPercent>
<Deadline AbsoluteDeadline="2017-11-21T12:00:00+00:00" OffsetTimeUnit="Day" OffsetUnitMultiplier="10" OffsetDropTime="BeforeArrival"/>
<Description>
<Text>10% deposit (of the total cost of the stay) will be charged using provided Voucher code 10 days before the date of arrival at the latest.</Text>
</Description>
<Address Type="1">
<AddressLine>12 Pine Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2095</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AU">Australia</CountryName>
</Address>
</GuaranteePayment>
<GuaranteePayment>
<AcceptedPayments>
<AcceptedPayment PaymentTransactionTypeCode="charge">
<DirectBill DirectBill_ID="4981003"/>
</AcceptedPayment>
</AcceptedPayments>
<AmountPercent Percent="20" CurrencyCode="AUD" Amount="43.01" NmbrOfNights="2">
<Taxes CurrencyCode="AUD" Amount="2.15">
<Tax Code="16" Amount="0" CurrencyCode="AUD" Percent="5">
<TaxDescription>
<Text>Payment surcharge.</Text>
</TaxDescription>
</Tax>
</Taxes>
</AmountPercent>
<Deadline AbsoluteDeadline="2017-11-21T12:00:00+00:00" OffsetTimeUnit="Day" OffsetUnitMultiplier="10" OffsetDropTime="BeforeArrival"/>
<Description>
<Text>20% deposit (of the total cost of the stay) will be charged using Direct Bill ID provided 10 days before the date of arrival at the latest.</Text>
</Description>
<Address Type="2">
<AddressLine>125 Pitt Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2000</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AU">Australia</CountryName>
</Address>
</GuaranteePayment>
</DepositPayments>
<Discount TaxInclusive="true" Percent="15" DiscountCode="STAYNSAVE15" AmountBeforeTax="33.00" AmountAfterTax="36.30" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="3.30">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
</Taxes>
<DiscountReason>
<Text>Stay 2 nights and get 15% off.</Text>
</DiscountReason>
</Discount>
<Total AmountBeforeTax="187.00" AmountAfterTax="215.05" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="28.05">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
<Tax Code="21" Amount="0" CurrencyCode="AUD" Percent="5">
<TaxDescription>
<Text>Insurance Premium Tax</Text>
</TaxDescription>
</Tax>
</Taxes>
</Total>
<ResGuestRPHs>
<ResGuestRPH>RPH="1"</ResGuestRPH>
<ResGuestRPH>RPH="2"</ResGuestRPH>
</ResGuestRPHs>
<Memberships>
<Membership ProgramCode="Platinum" AccountID="8943112"/>
<Membership ProgramCode="Platinum" AccountID="8943966"/>
</Memberships>
<Comments>
<Comment GuestViewable="true">
<Text>Platinum Members are offered a free spa entry for the whole length of stay.</Text>
</Comment>
</Comments>
<SpecialRequests>
<SpecialRequest RequestCode="Bedding Configuration" CodeContext="GUEST_DIRECT">
<Text>King Split + Single Bed.</Text>
</SpecialRequest>
<SpecialRequest RequestCode="Smoking" CodeContext="CHANNEL">
<Text>Non-smoking room.</Text>
</SpecialRequest>
</SpecialRequests>
</RoomStay>
</RoomStays>
<Services>
<Service ServicePricingType="Per night" ServiceInventoryCode="ACAR_PARK" Inclusive="true" Quantity="1" ServiceRPH="1" Type="10" ID="01120212A3" ID_Context="HOTEL">
<Price>
<Total AmountBeforeTax="20.00" AmountAfterTax="22.00" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="2.00">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
</Taxes>
</Total>
</Price>
<ServiceDetails>
<GuestCounts>
<GuestCount AgeQualifyingCode="10" Age="44" Count="1" AgeBucket="AdultOver40"/>
</GuestCounts>
<TimeSpan Start="2017-12-01" End="2017-12-03"/>
<Comments>
<Comment GuestViewable="false">
<Text>Car space needs to be released before 3PM check-out day. No exceptions allowed.</Text>
</Comment>
</Comments>
<ServiceDescription>
<Text>Accessible, covered and secured vehicle storage space.</Text>
</ServiceDescription>
</ServiceDetails>
</Service>
<ServiceCategory>Parking</ServiceCategory>
<Service ServicePricingType="Per person" ServiceInventoryCode="CLIENT" Inclusive="false" Quantity="1" ServiceRPH="2" Type="1" ID="CLI8569" ID_Context="GUEST_DIRECT">
<Price>
<Total AmountBeforeTax="30.00" AmountAfterTax="36.00" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="6.00">
<Tax Code="14" Amount="0" CurrencyCode="AUD" Percent="20">
<TaxDescription>
<Text>Service charge</Text>
</TaxDescription>
</Tax>
</Taxes>
</Total>
</Price>
<ServiceDetails>
<GuestCounts>
<GuestCount AgeQualifyingCode="10" Age="51" Count="1" AgeBucket="AdultOver50"/>
</GuestCounts>
<TimeSpan Start="2017-12-01" End="2017-12-02"/>
<Comments>
<Comment GuestViewable="true">
<Text>French manicure - Platinum Members are offered a free pedicure.</Text>
</Comment>
</Comments>
<ServiceDescription>
<Text>Manicure and pedicure set.</Text>
</ServiceDescription>
</ServiceDetails>
</Service>
<ServiceCategory>Guest</ServiceCategory>
</Services>
<BillingInstructionCode BillingCode="385H45991" AccountNumber="WOOLF05301300" Start="2017-12-01" End="2017-12-03" AuthorizationCode="7985" Description="Please follow billing instructions for Platinum Membership.">
<ResGuestRPH RPH="1"/>
</BillingInstructionCode>
<ResGuests>
<ResGuest ResGuestRPH="1" AgeQualifyingCode="10" ArrivalTime="13:30" PrimaryIndicator="true" Age="51">
<Profiles>
<ProfileInfo>
<UniqueID Type="1" ID="8943112" ID_Context="PROPERTY"/>
<Profile ProfileType="1" ShareAllOptOutInd="true" ShareAllMarketInd="false">
<Customer VIP_Indicator="true" CustomerValue="Platinum" Birthdate="1966-07-16">
<PersonName NameType="Nickname" Language="en">
<NamePrefix>Mrs.</NamePrefix>
<GivenName>Ginny</GivenName>
<MiddleName>Adeline</MiddleName>
<Surname>Woolf</Surname>
<NameSuffix>Jr.</NameSuffix>
<NameTitle>Ph.D.</NameTitle>
</PersonName>
<Telephone PhoneLocationType="10" PhoneTechType="5" CountryAccessCode="+61" AreaCityCode="4" PhoneNumber="13855956" Remark="Active" FormattedInd="false" DefaultInd="true"/>
<Email DefaultInd="true" EmailType="1">Virginia.Woolf@hotmail.com</Email>
<Address Type="2">
<AddressLine>125 Pitt Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2000</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AU">Australia</CountryName>
<CompanyName Code="DLW">Dalloway</CompanyName>
<AddresseeName NameType="Nickname" Language="en">
<NamePrefix>Mrs.</NamePrefix>
<GivenName>Ginny</GivenName>
<MiddleName>Adeline</MiddleName>
<Surname>Woolf</Surname>
<NameSuffix>Jr.</NameSuffix>
<NameTitle>Ph.D.</NameTitle>
</AddresseeName>
</Address>
<RelatedTraveler Relation="Security" BirthDate="1958-12-01">
<UniqueID Type="1" ID="8943125" ID_Context="Platinum_Member"/>
<PersonName NameType="Alias" Language="en">
<NamePrefix>Mr.</NamePrefix>
<GivenName>Charles</GivenName>
<MiddleName>Hank</MiddleName>
<Surname>Bukowski</Surname>
<NameSuffix>Sr.</NameSuffix>
<NameTitle>D.Lett.</NameTitle>
</PersonName>
</RelatedTraveler>
<CustLoyalty ProgramID="PLATINUM5+5" MembershipID="8943112" LoyalLevel="VIP" LoyalLevelCode="10" SignupDate="2014-08-08" EffectiveDate="2014-08-08" ExpireDate="2024-08-08" Remark="5+5 DEAL (Sign up for 5 years of Platinum membership, get another 5 years for free)"/>
</Customer>
<CompanyInfo>
<CompanyName Code="DLW">Dalloway</CompanyName>
<AddressInfo Type="2">
<AddressLine>88 Pall Mall</AddressLine>
<CityName>London</CityName>
<PostalCode>SW1Y 5ER</PostalCode>
<StateProv StateCode="ENG">England</StateProv>
<CountryName Code="UK">United Kingdom</CountryName>
</AddressInfo>
<TelephoneInfo PhoneLocationType="9" PhoneTechType="1" CountryAccessCode="+44" AreaCityCode="20" PhoneNumber="23983039" Remark="Only active during business hours: 8AM-8PM BST" FormattedInd="false" DefaultInd="true"/>
<Email DefaultInd="true" EmailType="2">info@dalloway.co.uk</Email>
<ContactPerson>
<PersonName NameType="Alternate" Language="en-UK">
<NamePrefix>Mr.</NamePrefix>
<GivenName>Warren</GivenName>
<MiddleName>Glass</MiddleName>
<Surname>Smith</Surname>
<NameSuffix>II</NameSuffix>
<NameTitle>M.D.</NameTitle>
</PersonName>
<Telephone PhoneLocationType="10" PhoneTechType="5" CountryAccessCode="+44" AreaCityCode="20" PhoneNumber="28596654" Remark="Active" FormattedInd="false" DefaultInd="true"/>
<Address Type="2">
<AddressLine>88 Pall Mall</AddressLine>
<CityName>London</CityName>
<PostalCode>SW1Y 5ER</PostalCode>
<StateProv StateCode="ENG">England</StateProv>
<CountryName Code="UK">United Kingdom</CountryName>
</Address>
<Email DefaultInd="true" EmailType="2">Phillip.Glass-Smith@dalloway.co.uk</Email>
</ContactPerson>
</CompanyInfo>
</Profile>
</ProfileInfo>
</Profiles>
<SpecialRequests>
<SpecialRequest RequestCode="Room features" CodeContext="GUEST_DIRECT">
<Text>Aircon off</Text>
</SpecialRequest>
</SpecialRequests>
<Comments>
<Comment GuestViewable="false">
<Text>No flowers - pollen allergy.</Text>
</Comment>
</Comments>
<ServiceRPHs>
<ServiceRPH RPH="2"/>
</ServiceRPHs>
<ArrivalTransport>
<TransportInfo Type="Rail" ID="80D-AAE" Time="2017-12-01T09:25:00"/>
</ArrivalTransport>
<DepartureTransport>
<TransportInfo Type="Rail" ID="77D-ABB" Time="2017-12-03T20:05:00"/>
</DepartureTransport>
</ResGuest>
<ResGuest ResGuestRPH="2" AgeQualifyingCode="10" ArrivalTime="15:30" PrimaryIndicator="false" Age="44">
<Profiles>
<ProfileInfo>
<UniqueID Type="1" ID="8943966" ID_Context="PROPERTY"/>
<Profile ProfileType="1" ShareAllOptOutInd="true" ShareAllMarketInd="false">
<Customer VIP_Indicator="true" CustomerValue="Platinum" Birthdate="1973-04-12">
<PersonName NameType="Nickname" Language="en">
<NamePrefix>Mr.</NamePrefix>
<GivenName>Willy</GivenName>
<Surname>Bradshaw</Surname>
</PersonName>
<Telephone PhoneLocationType="10" PhoneTechType="5" CountryAccessCode="+61" AreaCityCode="4" PhoneNumber="138564216" Remark="Active" FormattedInd="false" DefaultInd="true"/>
<Email DefaultInd="true" EmailType="2">WBradshaw@orlando.com.au</Email>
<Address Type="1">
<AddressLine>3 Hunter Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2017</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AUS">Australia</CountryName>
<AddresseeName Language="en">
<NamePrefix>Mr.</NamePrefix>
<GivenName>William</GivenName>
<Surname>Bradshaw</Surname>
<NameSuffix>Sr.</NameSuffix>
</AddresseeName>
</Address>
<CustLoyalty ProgramID="PLAT" MembershipID="8943966" LoyalLevel="VIP" LoyalLevelCode="10" SignupDate="2016-04-18" EffectiveDate="2016-06-25" ExpireDate="2021-06-25" Remark="Standard 5 year membership."/>
</Customer>
<CompanyInfo>
<CompanyName Code="ORL">Orlando</CompanyName>
<AddressInfo Type="2">
<AddressLine>175B George Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2000</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AUS">Australia</CountryName>
</AddressInfo>
<TelephoneInfo PhoneLocationType="7" PhoneTechType="1" CountryAccessCode="+61" AreaCityCode="2" PhoneNumber="45665039" Remark="All phone calls are recorded." FormattedInd="false" DefaultInd="true"/>
<Email DefaultInd="true" EmailType="2">info@orlando.com.au</Email>
</CompanyInfo>
</Profile>
</ProfileInfo>
</Profiles>
<Comments>
<Comment GuestViewable="false">
<Text>Disability - accessible room and parking space necessary.</Text>
</Comment>
</Comments>
<ArrivalTransport>
<TransportInfo Type="Air" ID="QR199" Time="2017-12-01T12:30:00"/>
</ArrivalTransport>
<DepartureTransport>
<TransportInfo Type="Rail" ID="77D-ABB" Time="2017-12-03T20:05:00"/>
</DepartureTransport>
</ResGuest>
</ResGuests>
<ResGlobalInfo>
<GuestCounts>
<GuestCount AgeQualifyingCode="10" Age="51" Count="1" AgeBucket="AdultOver50"/>
<GuestCount AgeQualifyingCode="10" Age="44" Count="1" AgeBucket="AdultOver40"/>
</GuestCounts>
<TimeSpan Start="2017-12-01" End="2017-12-03"/>
<Memberships>
<Membership ProgramCode="Platinum" AccountID="8943112"/>
<Membership ProgramCode="Platinum" AccountID="8943966"/>
</Memberships>
<Comments>
<Comment GuestViewable="true">
<Text>Business trip</Text>
</Comment>
</Comments>
<SpecialRequests>
<SpecialRequest RequestCode="Staff" CodeContext="GUEST_DIRECT">
<Text>Please make sure your chef Leonard is on duty during our stay, thanks.</Text>
</SpecialRequest>
</SpecialRequests>
<Guarantee GuaranteeCode="COMBINED_GUARANTEE" GuaranteeType="DepositRequired">
<GuaranteesAccepted>
<GuaranteeAccepted PaymentTransactionTypeCode="charge">
<PaymentCard CardCode="VI" EffectiveDate="0717" ExpireDate="0720">
<CardHolderName>Leonard Woolf</CardHolderName>
<CardNumber Mask="4021XXXXXXXX8995" Token="0087254835699221" TokenProviderID="VTS">
</CardNumber>
</PaymentCard>
</GuaranteeAccepted>
<GuaranteeAccepted PaymentTransactionTypeCode="charge">
<Voucher SeriesCode="4555"/>
</GuaranteeAccepted>
<GuaranteeAccepted PaymentTransactionTypeCode="charge">
<DirectBill DirectBill_ID="4981003"/>
</GuaranteeAccepted>
</GuaranteesAccepted>
<GuaranteeDescription>
<Text>Combined Guarantees Accepted (Platinum Membership)</Text>
</GuaranteeDescription>
</Guarantee>
<DepositPayments>
<GuaranteePayment>
<AcceptedPayments>
<AcceptedPayment PaymentTransactionTypeCode="charge">
<PaymentCard CardCode="VI" EffectiveDate="0717" ExpireDate="0720">
<CardHolderName>Leonard Woolf</CardHolderName>
<CardNumber Mask="4021XXXXXXXXX8995" Token="0087254835699221" TokenProviderID="VTS">
</CardNumber>
</PaymentCard>
</AcceptedPayment>
</AcceptedPayments>
<AmountPercent Percent="30" CurrencyCode="AUD" Amount="76.67" NmbrOfNights="2">
<Taxes CurrencyCode="AUD" Amount="1.53">
<Tax Code="16" Amount="0" CurrencyCode="AUD" Percent="2">
<TaxDescription>
<Text>Credit Card surcharge.</Text>
</TaxDescription>
</Tax>
</Taxes>
</AmountPercent>
<Deadline AbsoluteDeadline="2017-11-21T12:00:00+00:00" OffsetTimeUnit="Day" OffsetUnitMultiplier="10" OffsetDropTime="BeforeArrival"/>
<Description>
<Text>30% deposit (of the total reservation cost) will be charged to card holder's account 10 days before the date of arrival at the latest.</Text>
</Description>
<Address Type="1">
<AddressLine>12 Pine Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2095</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AUS">Australia</CountryName>
</Address>
</GuaranteePayment>
<GuaranteePayment>
<AcceptedPayments>
<AcceptedPayment PaymentTransactionTypeCode="charge">
<Voucher SeriesCode="4555"/>
</AcceptedPayment>
</AcceptedPayments>
<AmountPercent Percent="10" CurrencyCode="AUD" Amount="25.56" NmbrOfNights="2">
<Taxes CurrencyCode="AUD" Amount="1.28">
<Tax Code="16" Amount="0" CurrencyCode="AUD" Percent="5">
<TaxDescription>
<Text>Payment surcharge.</Text>
</TaxDescription>
</Tax>
</Taxes>
</AmountPercent>
<Deadline AbsoluteDeadline="2017-11-21T12:00:00+00:00" OffsetTimeUnit="Day" OffsetUnitMultiplier="10" OffsetDropTime="BeforeArrival"/>
<Description>
<Text>10% deposit (of the total reservation cost) will be charged using provided Voucher code 10 days before the date of arrival at the latest.</Text>
</Description>
<Address Type="1">
<AddressLine>12 Pine Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2095</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AUS">Australia</CountryName>
</Address>
</GuaranteePayment>
<GuaranteePayment>
<AcceptedPayments>
<AcceptedPayment PaymentTransactionTypeCode="charge">
<DirectBill DirectBill_ID="4981003"/>
</AcceptedPayment>
</AcceptedPayments>
<AmountPercent Percent="20" CurrencyCode="AUD" Amount="51.11" NmbrOfNights="2">
<Taxes CurrencyCode="AUD" Amount="2.56">
<Tax Code="16" Amount="0" CurrencyCode="AUD" Percent="5">
<TaxDescription>
<Text>Payment surcharge.</Text>
</TaxDescription>
</Tax>
</Taxes>
</AmountPercent>
<Deadline AbsoluteDeadline="2017-11-21T12:00:00+00:00" OffsetTimeUnit="Day" OffsetUnitMultiplier="10" OffsetDropTime="BeforeArrival"/>
<Description>
<Text>20% deposit (of the total reservation cost) will be charged using Direct Bill ID provided 10 days before the date of arrival at the latest.</Text>
</Description>
<Address Type="2">
<AddressLine>125 Pitt Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2000</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AUS">Australia</CountryName>
</Address>
</GuaranteePayment>
</DepositPayments>
<Total AmountBeforeTax="217.00" AmountAfterTax="255.55" CurrencyCode="AUD">
<Taxes CurrencyCode="AUD" Amount="38.55">
<Tax Code="19" Amount="0" CurrencyCode="AUD" Percent="10">
<TaxDescription>
<Text>GST</Text>
</TaxDescription>
</Tax>
<Tax Code="21" Amount="0" CurrencyCode="AUD" Percent="5">
<TaxDescription>
<Text>Insurance Premium Tax</Text>
</TaxDescription>
</Tax>
<Tax Code="14" Amount="6.00" CurrencyCode="AUD" Percent="0">
<TaxDescription>
<Text>Service charge - manicure</Text>
</TaxDescription>
</Tax>
</Taxes>
</Total>
<HotelReservationIDs>
<HotelReservationID ResID_Type="10" ResID_Value="BDC3685170919" ResID_Source="TESTPMS_GRHP6597"/>
</HotelReservationIDs>
<Profiles>
<ProfileInfo>
<UniqueID Type="1" ID="8942213" ID_Context="PROPERTY"/>
<Profile ShareAllMarketInd="true" ShareAllOptOutInd="false" ProfileType="1">
<Customer VIP_Indicator="true" CustomerValue="5" Birthdate="1959-12-12">
<PersonName NameType="Nickname" Language="en">
<NamePrefix>Mr.</NamePrefix>
<GivenName>Leo</GivenName>
<MiddleName>Darcy</MiddleName>
<Surname>Woolf</Surname>
<NameSuffix>Ret.</NameSuffix>
<NameTitle>BA</NameTitle>
</PersonName>
<Telephone PhoneLocationType="10" PhoneTechType="5" CountryAccessCode="+61" AreaCityCode="4" PhoneNumber="23865911" Remark="Active" FormattedInd="false" DefaultInd="true"/>
<Email DefaultInd="true" EmailType="1">LeonardoWoolf59@gmail.com</Email>
<Address Type="1">
<AddressLine>12 Pine Street</AddressLine>
<CityName>Sydney</CityName>
<PostalCode>2095</PostalCode>
<StateProv StateCode="NSW">New South Wales</StateProv>
<CountryName Code="AUS">Australia</CountryName>
</Address>
<CustLoyalty ProgramID="GOLD" MembershipID="8974358" LoyalLevel="VIP" LoyalLevelCode="2" SignupDate="2002-01-06" EffectiveDate="2002-01-06" ExpireDate="2032-01-06" Remark="30 years + Membership"/>
</Customer>
<CompanyInfo>
<CompanyName Code="ASTERIX">Asterix</CompanyName>
<AddressInfo Type="2">
<AddressLine>360C Bergen Street</AddressLine>
<CityName>New York - Brooklyn</CityName>
<PostalCode>11238</PostalCode>
<StateProv StateCode="NY">New York</StateProv>
<CountryName Code="US">United States</CountryName>
</AddressInfo>
<TelephoneInfo PhoneLocationType="9" PhoneTechType="1" CountryAccessCode="+1" AreaCityCode="212" PhoneNumber="44458561" Remark="Voicemail only" FormattedInd="false" DefaultInd="true"/>
<Email DefaultInd="true" EmailType="2">support@asterix.com</Email>
<ContactPerson>
<PersonName NameType="Nickname" Language="en-US">
<NamePrefix>Ms.</NamePrefix>
<GivenName>Elle</GivenName>
<MiddleName>Maria</MiddleName>
<Surname>VanHoff</Surname>
<NameSuffix>Jr.</NameSuffix>
<NameTitle>M.D.</NameTitle>
</PersonName>
<Telephone PhoneLocationType="9" PhoneTechType="1" CountryAccessCode="+1" AreaCityCode="212" PhoneNumber="44458562" Remark="Helpdesk" FormattedInd="false" DefaultInd="true"/>
<Address Type="0">
<AddressLine>360C Bergen Street</AddressLine>
<CityName>New York - Brooklyn</CityName>
<PostalCode>11238</PostalCode>
<StateProv StateCode="NY">New York</StateProv>
<CountryName Code="US">United States</CountryName>
</Address>
<Email DefaultInd="true" EmailType="2">Elle.VanHoff@asterix.com</Email>
</ContactPerson>
</CompanyInfo>
</Profile>
</ProfileInfo>
</Profiles>
<TotalCommissions>
<UniqueID Type="5" ID="11395LYN"/>
<CommissionPayableAmount CurrencyCode="AUD" Amount="25.00"/>
<Comment>
<Text>Booking agent reservation commission - flat rate.</Text>
</Comment>
</TotalCommissions>
<BasicPropertyInfo ChainCode="GoldenRiver" BrandCode="GRH-P" HotelCode="GRHP6597" HotelName="Golden River Hotel - Perth"/>
</ResGlobalInfo>
</HotelReservation>
</HotelReservations>
</OTA_HotelResNotifRQ> |
OTA_HotelResNotifRS
This message will be returned by pmsXchange in response to the OTA_HotelResNotifRQ message sent by partner PMS publishers. The message will confirms whether the OTA_HotelResNotifRQ message was processed successfully by pmsXchange or not.
OTA_HotelResNotifRS Specification
Info |
---|
Elements and attributes marked with Number=1 or more are mandatory and will always be sent. 0..n means that the element or attribute is optional. |
...
OTA_HotelResNotifRS Sample
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="879791900" TimeStamp="2014-01-26T19:31:02-05:00" Version="1.001" ResResponseType="Modified">
<Success />
<HotelReservations>
<HotelReservation>
<UniqueID Type="14" ID="3741" />
<ResGlobalInfo>
<HotelReservationIDs>
<HotelReservationID ResID_Type="10" ResID_Value="82329987" />
<!-- Res ID Type 10 = Hotel from OpenTravel Alliance code table UIT -->
</HotelReservationIDs>
</ResGlobalInfo>
</HotelReservation>
</HotelReservations>
</OTA_HotelResNotifRS> |
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="879791900" TimeStamp="2014-01-26T19:31:02-05:00" Version="1.001" ResResponseType="Modified">
<Errors>
<Error Type="5">Authentication timed out</Error>
</Errors>
<HotelReservations>
<HotelReservation>
<UniqueID Type="14" ID="3741" />
<ResGlobalInfo>
<HotelReservationIDs>
<HotelReservationID ResID_Type="10" ResID_Value="82329987" />
<!-- Res ID Type 10 = Hotel from OpenTravel Alliance code table UIT -->
</HotelReservationIDs>
</ResGlobalInfo>
</HotelReservation>
</HotelReservations>
</OTA_HotelResNotifRS> |
Appendix
OTA Code Lists
...
Introduction
SMX uses the Inventory API from pmsXchange to receive availability, rates and restrictions. All PMSs certified to push ARI to pmsXchange are able to become a Publisher for SMX.
Supported Functions
OTA_HotelAvailNotifRQ
- Used to update availability, stop sell, minimum stay, maximum stay, closed to arrival and closed to departure.
OTA_HotelRateAmountNotifRQ
- Used to update rates.
Become a ARI Publisher for SMX
To become a ARI Publisher for SMX contact your local SiteMinder Partnership representative or send an email with your request to ecosystem.team@siteminder.com.