Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

Cancellation Ignore Response confirmed that cancellation attempt will be rolled back. If the problem occurs during this process, you will get an appropriate warning or error message.

OTA_CancelRS*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

TransactionIdentifier*

string

Unique transaction ID generated by GP Travel HUB at Cancellation Initiate Response.

1...1

Status*

string ("Ignored", "Unsuccessful")

Transaction status generated by GP Travel HUB. In Cancellation Ignore response here can be following values:

“Ignored” - means that booking cancellation was declined.

“Unsuccessful” - means that request was rejected by supplier.

1...1

Success

For more information see Common Data Description section in Glossary.

Warnings/Warning

 Hotel Cancellation Ignore Response Sample XML
<OTA_CancelRS EchoToken="tok1" Status="Ignored" Version="2.0" xmlns="http://www.opentravel.org/OTA/2003/05">
   <Success/>
</OTA_CancelRS>
  • No labels