Task: Update Itinerary/Invoice Options
Updates a specific stored fare within the itinerary, such that
the Itinerary/Invoice options are updated to not include fare information.
Section 1: Short Answer
Transaction Name:
DocProdFareRequote_3
Can any other transaction(s) perform this same task?
No, only DocProdFareRequote_3 can perform this task.
Can this task be performed in a sessionless environment?
No. A PNR/booking file must exist. A fare must exist.
Are the request and response identical on both the Apollo
and Galileo systems?
Option D, issuing an itinerary but not decrementing invoice numbers (GID),
is available on Apollo only.
List any industry-specific knowledge required to understand
this task in terms of the specific business process.
- A fare must exist.
- A PNR/booking file
must exist.
- The task is
available through structured data and Focalpoint (terminal emulation).
- The options for the Itinerary are in <DocumentSelect> and include:
- Option F to issue a itinerary without fare and taxes (GIF).
- Option A to issue an itinerary without amounts and TINS number
(GIN/IN).
- Option D to issue an itinerary but do not decrement invoice
numbers (GID Apollo only).
Explain any special limits or distinct restrictions to the
input data that may not be readily apparent.
- A PNR/booking file must exist.
- For option F,
issue a itinerary without fare and taxes (GIF), the following modifiers are
not allowed:
- Modifier GIN Itinerary/Invoice without Amounts
- Modifier GID Do not decrement invoice numbers
- Modifier DND Non-Ticketing MIR to remote
- Modifier DXD Dual MIR
- Modifier DTD Ticket only
- Modifier DGD Demand global MIR
- Processing notes for GIF modifier:
- Itinerary/invoice modifier
- Itinerary/invoice without airfares or taxes
- Invoice amounts for dues and paids
- Invoice number (decrements TINS table)
- May store in ATFQ
- When GIF is used in combination with ticket or faring MIR
issuance, only the invoice is affected by the GIF modifier; the ticket and MIR
will be processed through fare quote and taxation as normal.
- For option A, issue an itinerary without amounts and TINS number (GIN),
the following
modifiers are not allowed:
- Modifier GIF Itinerary/Invoice without fare and taxes
- Modifier GID Do not decrement invoice numbers
- Modifier DJD Non-faring MIR to remote location
- Modifier DND Non-Ticketing MIR to remote
- Modifier DXD Dual MIR
- Modifier DDD Delivery document
- Modifier DPD Pocket itinerary only
- Modifier DGD Demand global MIR
- Processing notes for GIN modifier:
- Itinerary/invoice modifier
- Issue itinerary/invoice without amounts and TINS number
- Invoice amounts for dues and paids
- Invoice number (does NOT decrement TINS table)
- For option D,
issue an itinerary but do not decrement invoice numbers (GID; Apollo only), the
following modifiers are not allowed:
- Modifier GIF Itinerary/Invoice without fare and taxes
- Modifier GIN Itinerary/Invoice without amounts
- Modifier DXD Dual MIR
- Modifier DND Non-Ticketing MIR to remote
- Modifier DJD Non-faring MIR to remote location
- Modifier DGD Demand global MIR
- Modifier DPD Pocket itinerary only
- Modifier DDD Delivery document
- Processing notes for GID modifier:
- Will provide an
itinerary with dollar amounts only.
- Ticket number is decremented; invoice number is not decremented.
Section 2: Detailed Description
Request:
- Create
the PNR/booking file with a fare.
- The fare number will be in <FareNumInfo>.
- Use <DocumentSelect> to set up the Itinerary/Invoice options for fare information.
Prerequisite tasks:
- A fare must exist.
- A PNR/Booking file
must exist.
Expected response:
The response <UpdateModifiers> will include <FareNumInfo> and <DPOK>.
Error and warning
responses:
If there is an error, it is sent back in <ErrText> in the <UpdateModifiers> response.
When combining the
GIF with an invalid modifier (for this example DTD was used), the following
response was received:
ERROR 4355 - DTD
NOT COMBINABLE WITH GIF
Follow-on requests:
None.
Section 3: Tables
Request (Input) Tags
<UpdateModifiersMods>
|
Terminal Equivalents:
|
Apollo
C:nT:/GIF
C:nT:/GIN
C:nT:/GID
|
Galileo
TMUnIN
|
|
|
Ordering
|
KLR
|
Min/Max
|
XML Tag
|
|
REQUIRED
|
DPFI
|
1-1
|
<FareNumInfo>
|
|
|
DP42
|
1-1
|
<DocumentSelect>
|
|
|
|
|
|
|
|
|
|
Response (Output) Tags
<UpdateModifiers>
|
|
|
|
Ordering
|
KLR
|
Min/Max
|
XML Tag
|
|
|
DPFI
|
1-1
|
<FareNumInfo>
|
|
|
DPOK
|
0-1
|
<DPOK>
|
|
|
|
|
|
|
|
Related Samples
DocProdFareRequote_3_s11