Task: Update Commission

Updates a specific stored fare within the itinerary, such that a new or different commission rate will be applied.

Section 1: Short Answer

Transaction Name:

DocProdFareRequote_5

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

No, only DocProdFareRequote_5 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?

They are the same on Apollo and Galileo.

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

The user can enter the commission by amount or percentage.

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

Section 2: Detailed Description

Request:

  1. Create the PNR/booking file with a fare.
  2. The fare number will be in <FareNumInfo>.
  3. The commission amount/percentage will be in <CommissionMod>.

Prerequisite tasks:

Expected response:

The response <UpdateModifiers> will include the <FareNumInfo> and <DPOK>.

Error and warning responses:

If there is an error, it is sent back in <ErrText> in the <UpdateModifiers> response.

The commission amount modifier (ZA) is BSP specific. If the commission amount modifier (ZA) is used for a BSP that does not allow the modifier, the following error will display.

Error Message

Reason for Error

ERROR 8549 – ZA INVALID MODIFIER

Commission by amount not available for BSP.

 

Follow-on requests:

None.

Section 3: Tables

Request (Input) Tags

<UpdateModifiersMods>

Terminal Equivalents:

Apollo
C:nT:/Zn

Galileo
TMUnZn

 

 

Ordering

KLR

Min/Max

XML Tag

 

REQUIRED

DPFI

1-1

<FareNumInfo>

 

 

DP1

1-1

<CommissionMod>

 

Response (Output) Tags

<UpdateModifiers>

 

 

 

Ordering

KLR

Min/Max

XML Tag

 

 

DPFI

1-1

<FareNumInfo>

 

 

DPOK

0-1

<DPOK>

 

<UpdateModifiers>

 

 

 

Ordering

KLR

Min/Max

XML Tag

 

 

DPFI

1-1

<FareNumInfo>

 

 

EROR

0-1

<ErrText>

 

Related Samples

DocProdFareRequote_5_s34