OTA_HotelResRS

Description
This is the response message for a reservation request. The response could be as simple as indicating the reservation was made or as complex as echoing back all reservation information. It is used by HotelResRS and HotelResNotifRS to keep them synchronized.

Type : HotelResResponseType

Definition
This message could be used to respond to a OTA_HotelResRQ.xsd or the OTA_ReadRQ.xsd. The response to a booking request is either Yes or No based upon the availability. The hotel PMS or CRS system responds back attaching a confirmation number or additional information such as the reservation ID, etc. when the response is affirmative. Additional information, such as the count of Loyalty Program miles or points to be awarded for the hotel stay, can be added to the Reservation object in the return. Supplementary data for the reservation can be added later, once the reservation has been confirmed and the inventory held.
(Defined in file OTA_HotelResRS.xsd , or a file it imports)

Elements
ErrorsA collection of errors that occurred during the processing of a message.A collection of errors that occurred during the processing of a message.
HotelReservationsA collection of hotel reservations.A collection of hotel reservations.
POSPoint of Sale (POS) identifies the party or connection channel making the request.Point of Sale (POS) identifies the party or connection channel making the request.
SuccessReturning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning Type to report any warnings or business errors.Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning Type to report any warnings or business errors.
WarningsCollection of warnings.Collection of warnings.

Attributes
ResResponseTypeTo specify a status to the transaction, usually in the response message, of the action specifed in the request message.
Attribute Group : OTA_PayloadStdAttributes
AltLangIDThe alternate language for a customer or message encoded as ISO 639-3.
CorrelationIDAllows end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message.
EchoTokenA reference for additional message identification, assigned by the requesting host system.
PrimaryLangIDThe primary language preference for the message encoded as ISO 639-3.
RetransmissionIndicatorWhen true, indicates the message is being re-sent after a failure.
SequenceNmbrThe sequence number of the transaction assigned by the sending system for ordered message processing or message resynchronization.
TargetTest or Production target system indicator.
TargetNameThe name of the Test or Production system.
TimeStampISO 8601 encoded timestamp indicating the creation date and time of the message.
TransactionIdentifierUnique identifier to relate all messages within a transaction (e.g. this would be sent in all request and response messages that are part of an on-going transaction).
TransactionStatusCodeThis indicates where this message falls within a sequence of messages.
VersionThe OpenTravel message version indicated by a decimal value.