/
10.6. RAIL CANCELLATION CONFIRMATION RESPONSE

10.6. RAIL 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 stage.

1...1

Status*

string ("Cancelled", "Pending", “Unsuccessful“)

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.

“Unsuccessful“ - in case an error occurred during cancellation process.

1...1

Success

 

 

For more information see Common Data Description section in Glossary.

 

Warnings

 

 

 

UniqueID*

 

 

For more information see Cancellation Initiate Request section.

1…5

CancelInfoRS/ CancelRules/ CancelRule

 

 

Specifies the amount of penalty.

0...*

Amount*

decimal

A fee size.

1...1

CurrencyCode*

 

For more information see Common Data Description section in Glossary.

1...1

Comment

 

 

Contains free text about cancellation from supplier.

0...1

Name

string

Name of the penalty

0...1

Language

 

For more information see Common Data Description section in Glossary.

0...1

Comment/Text

 

string

Description of the penalty,

0...*

TPA_Extensions/ VoucherProperties/ Property

 

 

Contains voucher data required by supplier.

0...*

Name

string

A name of special property which should be shown to customer. The list please of possible names varies between suppliers. Please get in touch with our team for more information.

0...1

Value

string

A special text which should be shown to customer.

0...1

<?xml version="1.0" encoding="UTF-8"?> <OTA_CancelRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="12345" Status="Cancelled" Version="2.0"> <Success/> <UniqueID ID="ol1" ID_Context="client" Type="108"/> <UniqueID ID="ol1" ID_Context="agent" Type="108"/> <CancelInfoRS> <CancelRules> <CancelRule Amount="0.00" CurrencyCode="RUB"/> </CancelRules> </CancelInfoRS> <TPA_Extensions> <VoucherProperties> <Property Name="ticketBlanksURL" Value="https://www.ufs-online.ru/webservices/RZhD/Tickets.asmx/GetTicketBlank?idtrans=71354231&amp;format=1&amp;terminal=KMPGROUPP_TEST"/> <Property Name="authorizationValue" Value="Basic a21wZ3JvdXBwOmM2OWM2ZDIzNg=="/> </VoucherProperties> </TPA_Extensions> </OTA_CancelRS>