6.3. RESERVATION IGNORE REQUEST

6.3. RESERVATION IGNORE REQUEST

Reservation Ignore Request allows to rollback initial booking request that was reserved on the "Initiate" stage.

GP_VehResRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

Element

Attribute

Type

Description

Min…Max occurs

 

PrimaryLangID

 

For more information see Common Data Description section in Glossary.

0...1

ResStatus*

string ("Ignore")

Must be “Ignore“ for that step.

1...1

TransactionIdentifier*

string

A unique ID of transaction that was returned at Reservation Initiate Response.

1...1

VehResRQInfo/CarReservationIDs/CarReservationID*

 

 

Unique rental reference. For more information see Unique Identifiers in GP Travel HUB Workflow section in Glossary.

1...1

ResID_Source*

string ("client")

Allows to pass client (agent) booking reference that is generated by application connecting to GP Travel HUB for identification of each booking.

1...1

ResID_Value*

string (1 - 64)

A value of booking reference that is generated by client application. It is supposed that this ID will be unique in your system.

1...1

<GP_VehResRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" PrimaryLangID="en" ResStatus="Ignore" TransactionIdentifier="108" Version="2.0"> <POS> <Source> <RequestorID ID="client" MessagePassword="pwd" Type="22"/> <BookingChannel Type="7"/> </Source> </POS> <VehResRQInfo> <CarReservationIDs> <CarReservationID ResID_Source="client" ResID_Value="opinjdn354sfda"/> </CarReservationIDs> </VehResRQInfo> </GP_VehResRQ>