HotelARIUpdateRS

Response Message:

  • HotelARIUpdateRS:

    • OTA should respond to the HotelARIUpdateRQ request by sending a HotelARIUpdateRS message.

    • If the OTA is not able to validate a message at the application level, it should still return a HotelARIUpdateRS message.

Validation and Errors:

  • Response messages indicating failures must contain at least one error element. It is possible to return more than one error element.

  • Update Failure: If any of the requested updates cannot be completed successfully, the OTA must ensure that no update is made to ARI information at all.

Successful Update:

  • After updating the ARI information, the OTA should:

    • Return a HotelARIUpdateRS message with a single Success element.

Element/@Attribute

Parent XPath

Description

Mandatory

@TimeStamp

/HotelARIUpdateRS

Time of the transaction in XML schema date-time format.

Y

@Version

/HotelARIUpdateRS

For this version of the specification set to “1.0”

Y

Success

/HotelARIUpdateRS

If included, this element will indicate that the request message was successfully processed.

If this element is returned, a Products element must also be returned. Either a Success element or an

Errors element is required in every response.

Y?

Errors

/HotelARIUpdateRS

If included, this element will indicate that the request message could not be processed.

Either a Success element or an Errors element is required in every response.

Y?

Error

/HotelARIUpdateRS/Errors

Description of cause for a fatal problem during request message processing.

*If an Errors element is included, at least one Error element is required.

Y

@Type

/HotelARIUpdateRS/Errors/Error

This is an enumeration of error types.

See the appendix for supported values. Code list Error types.

Y

@Code

/HotelARIUpdateRS/Errors/Error

This is an enumeration of error codes.

See the appendix for supported values. Code list Error Codes.

Y

Last updated