/
9.6. CRUISE CANCELLATION CONFIRMATION RESPONSE

9.6. CRUISE CANCELLATION CONFIRMATION RESPONSE

Cancellation Confirmation Response returns information about cancellation status and cancellation penalty.

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 ("Cancelled", "Pending")

Possible Status values are:

"Cancelled" - means that booking was cancelled successfully;

"Pending" - means that booking is waiting for cancellation in supplier's system; you can send Booking Retrieval Request to know if the booking status was finally changed.

1...1

Success

 

 

For more information see Common Data Description section in Glossary.

 

Warnings/Warning

 

 

 

UniqueID*

 

 

For more information see Cancellation Initiate Request section.

1...*

CancelInfoRS/CancelRules/CancelRule

 

 

Describes cancellation fee.

0...*

Amount*

decimal

For more information see Common Data Description section in Glossary.

1...1

CurrencyCode*

 

1...1

Comment/Text

 

string

Description of the penalty,

0...*

<?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="Cancelled" Version="2" TransactionIdentifier="12232" EchoToken="tok1"> <ota:Success/> <ota:UniqueID ID="27584" ID_Context="client" Type="12"/> <ota:CancelInfoRS> <ota:CancelRules> <ota:CancelRule Amount="0.00" CurrencyCode="USD"/> </ota:CancelRules> </ota:CancelInfoRS> </ota:OTA_CancelRS> </soap:Body> </soap:Envelope>