/
10.4. RAIL CANCELLATION IGNORE RESPONSE

10.4. RAIL CANCELLATION IGNORE RESPONSE

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

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

 

 

 

<?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ota="http://www.opentravel.org/OTA/2003/05"> <soap:Header /> <soap:Body> <ota:OTA_CancelRS Status="Ignored" Version="2" EchoToken="tok1" TransactionIdentifier="123"> <ota:Success/> </ota:OTA_CancelRS> </soap:Body> </soap:Envelope>