Task: Update Bulk Ticket Mod

This task updates a specified fare within the itinerary such that a bulk ticket (specific to Apollo) or a bulk tour (specific to Galileo) is created or the current bulk ticket (bulk tour) is modified.

Section 1: Short Answer

Transaction Name:

DocProdFareRequote_6

Can any other transaction(s) perform this same task?

No, only DocProdFareRequote_6 can perform this task.

Can this task be performed in a sessionless environment?

No, the task cannot be performed in a sessionless environment. A PNR/booking file must exist with a stored fare to accomplish this task.

Are the request and response identical on both the Apollo and Galileo systems?

Yes, they are identical on both the systems.

List any industry-specific knowledge required to understand this task in terms of the specific business process.

The user should have an understanding of Ticketing, Fares and Reservation.

Explain any special limits or distinct restrictions to the input data that may not be readily apparent.

The following modifiers are not allowed with Bulk Ticket (GB or BT) modifier:

Processing notes for Bulk Ticket (GB or BT) modifier:

Section 2: Detailed Description

Request:

Following are the steps required to carry out this task:

  1. Create the PNR/booking file with a fare.

  2. Send the fare number in the <FareNumInfo>.

  3. Send the Bulk Ticket (GB/BT modifier) in the <BulkTicket>.

 Prerequisite tasks:

PNR/booking file must be present on AAA, with fares.

 Expected response:

The response <UpdateModifiers> includes the <FareNumInfo> fare number and <DPOK>.

Error and warning responses:

If there is an error, it is sent back in the <ErrText> sub-element of the <UpdateModifiers>.

The <ErrText> can generated the following messages.

Error Message

Reason for Error

ERROR 4355 - BT NOT COMBINABLE WITH IT

This error response is generated when BT is combined with an invalid modifier (for this example IT was used).

ERROR 4373 - INVALID MODIFIER FOR OPEN TICKETING

This error response is generated when BT is combined with an invalid modifier (for this example Open Ticket -TKPN was used).

ERROR 4355 - BT NOT COMBINABLE WITH DJD

This error response is generated when BT is combined with an invalid modifier (for this example DJD was used).

 

Follow-on requests:

None.

Section 3: Tables

Request (Input) Tags

<UpdateModifiersMods>

Terminal Equivalents:

Apollo: C:nT:/GB

Galileo: TMUnBT or TMUnBT*PC

 

 

Ordering

KLR

Min/Max

XML Tag

 

A

DPFI

1-1

<FareNumInfo>

 

B

DP28

1-1

<BulkTicket>

 

Response (Output) Tags

 

<UpdateModifiers>

 

 

 

Ordering

KLR

Min/Max

XML Tag

 

A

DPFI

1-1

<FareNumInfo>

 

B

DPOK

0-1

<DPOK>

 

 

<UpdateModifiers>

 

 

 

Ordering

KLR

Min/Max

XML Tag

 

A

DPFI

1-1

<FareNumInfo>

 

B

EROR

0-1

<ErrText>

Related Samples

DocProdFareRequote_6_s5