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

Version 1 Next »

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

OTA_CancelRS*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

Status*

string ("Cancelled", "Unsuccessful")

Transaction status generated by GP HUB. In Cancellation Initiate Response. Can have the following values:

"Cancelled" - means that booking was cancelled successfully.

"Unsuccessful" - means that the cancellation request was passed to supplier, but supplier can not satisfy it for some internal reason. That status means that the booking can not be cancelled (at least at the time).

1...1

TransactionIdentifier*

string

Unique transaction ID generated by GP HUB. This attribute must be further passed on Step 2 to identify the cancellation request.

1...1

Success

For more information see Common Data Description section in Glossary.

0...1

Warnings/Warning

0...*

UniqueID*

 

 

For more information see Cancellation Initiate Request section.

1...*

CancelInfoRS/CancelRules/CancelRule*

Describes cancellation fee.

1...*

Amount*

For more information see Common Data Description section in Glossary.

1...1

CurrencyCode*

1...1

Comment/Text

string

Description of the penalty.

0...1

TPA_Extensions/VoucherProperties/Property

Represents a piece of voucher details.

Note: VoucherProperties element contains only the information that is not available through other elements in GP Travel HUB messages.

0...*

Name

string

An information identifier. Normally it has the value similar to voucher’s field.

0...1

Value

string

Contains the value that should be put in Voucher.

0...1

 Car Cancellation Confirmation Response Sample XML
<OTA_CancelRS EchoToken="EchoTocken" Status="Cancelled" Version="2.0" xmlns="http://www.opentravel.org/OTA/2003/05">
   <Success/>
   <UniqueID ID="opinjdn354sfda" ID_Context="client" Type="10"/>
   <UniqueID ID="adfbgy2" ID_Context="agent" Type="10"/>
   <UniqueID ID="13589936US3" ID_Context="supplier" Type="10"/>
   <CancelInfoRS>
      <CancelRules>
         <CancelRule Amount="0.00" CurrencyCode="USD"/>
      </CancelRules>
   </CancelInfoRS>
</OTA_CancelRS>
  • No labels