V2
User's Guide

Interface: PoweredQueue


Introduction

The Powered Queue interface provides an interface to Global Core Queue functionality.

The PoweredQueue interface supports the following functions:

CountHalfMonth

This interface displays total of PNRs in queue by half-month increments for the next eleven months.

CountPlanner

The queue count planner enables you to view future queue placement for ticketing, option and delay queues.

CountTotal

The queue count represents the queue workload. You can request a full queue count, including categories and date ranges. Categories and date ranges appear in the queue count only when there are PNRs or messages requiring action.

MoveItem

Move Item provides several options to copy PNRs or messages from one queue to another.

PlaceMessage

This interface is used to place a free flow text message in queue.

PlacePNR

Place PNR verb gives the possibility to place one or several PNRs onto a Queue.

RemoveItem

Powered Queue Remove Item verb enables you to remove a PNR from queue independently from queue mode.

List

The Powered Queue List interface introduces a new concept of Queue display. It is now possible to have a list of PNRs Record Locator placed in a queue and retrieve one among them with no need to display all PNRs one by one. Even more, the Powered Queue List provides PNRs search criteria to display only some PNRs placed in a queue.

Considerations

Not applicable

Limitations

Not applicable

Unsupported Functions

The PoweredQueue interface cannot be used to display a Queue message and its content. This operation is only possible with the Queue_Start verb.

Prerequisites

Not applicable





Function: CountHalfMonth


Overview

This verb provides count by half-month increments for the next eleven months, for Ticketing, Option and Delay queues.

Supported Operations

Delay Planner

PNRs that have been delayed for action from the queue and that will be returned to the queue at a future time or date.

Ticketing Planner

PNRs that are queued to the ticketing queue at a future date.

Option Planner

PNRs that are queued to the option queue at a future date.

Summary Planner

A total of all PNRs on the delay, ticketing, and option planners.

Limitations

Not applicable

Unsupported Operations

Not applicable

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

This example shows the Count Half Month Summary Planner for all Ticketing, Option and Delay queues planned for the next eleven months.


Double Click To Show XML

4 NYCP02001 4 5 1 4 5 15 0 4 5 16 4 5 31 0 4 6 1 4 6 15 0 4 6 16 4 6 30 1 4 7 1 4 7 15 0 4 7 16 4 7 31 0 4 8 1 4 8 15 0 4 8 16 4 8 31 0 4 9 1 4 9 15 0 4 9 16 4 9 30 0 4 10 1 4 10 15 0 4 10 16 4 10 31 0 4 11 1 4 11 15 0 4 11 16 4 11 30 0 4 12 1 4 12 15 0 4 12 16 4 12 31 0 5 1 1 5 1 15 0 5 1 16 5 1 31 0 5 2 1 5 2 15 0 5 2 16 5 2 28 0 5 3 1 5 3 15 0 5 3 16 5 3 31 0

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Half Monthly Summary

This query is a basic query to display the Half Monthly Summary for your own office Id.

Query Structure


Double Click To Show XML

Reply Structure


Double Click To Show XML

4 NYCP02001 4 7 1 4 7 15 0 4 7 16 4 7 31 1 4 8 1 4 8 15 0 4 8 16 4 8 31 0 4 9 1 4 9 15 0 4 9 16 4 9 30 0 4 10 1 4 10 15 0 4 10 16 4 10 31 0 4 11 1 4 11 15 0 4 11 16 4 11 30 0 4 12 1 4 12 15 0 4 12 16 4 12 31 0 5 1 1 5 1 15 0 5 1 16 5 1 31 0 5 2 1 5 2 15 1 5 2 16 5 2 28 0 5 3 1 5 3 15 0 5 3 16 5 3 31 0 5 4 1 5 4 15 0 5 4 16 5 4 30 0 5 5 1 5 5 15 0 5 5 16 5 5 31 0

Possible Errors

See "Error messages" section


Operation: Count Half Month For Ticketing

Count Half Month for Ticketing on Queue one, office ID NYCP02001.

Query Structure


Double Click To Show XML

4 nycp02001 1

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section






Function: CountPlanner


Overview

The queue count planner gives a view of future queues on date or time base.

Supported Operations

The queue count planner consists of four parts. These are:

Delay Planner

PNRs that have been delayed for action from the queue and that will be returned to the queue at a future time or date.

Ticketing Planner

PNRs that are queued to the ticketing queue at a future date.

Option Planner

PNRs that are queued to the option queue at a future date.

Summary Planner

A total of all PNRs on the delay, ticketing, and option planners.

Limitations

Not applicable

Unsupported Operations

Not applicable

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

The example below shows the Count Planner for date-deferred delayed queues in a different office Id.


Double Click To Show XML

0 6 14 9 19 4 NYCP02001 OQ 0 TTL T 0 TTL 0 ADD 0 LQC 0 IW

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Date Deferred Count Planner

Deferred date for count planner.

Query Structure


Double Click To Show XML

4 NYCP02001

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section


Operation: Deferred For Ticketing Queue

Deferred count planner for the ticketing queue.

Query Structure


Double Click To Show XML

04 08 23

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section


Operation: Date Deferred Option Queue

Count Planner for Date Deferred Option Queue.

Query Structure


Double Click To Show XML

04 08 15

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section






Function: CountTotal


Overview

The queue count provides you with details about:

Supported Operations

The following operations are currently supported for Queues counts :

Limitations

Not appliccable

Unsupported Operations

Not appliccable

Prerequisites

Not appliccable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

The example shows the Queue Count Total (all queues and categories)


Double Click To Show XML

4 6 15 9 21 4 NYCP02001 MESSAGE 97 1 0 3 TTL 0 LQC 2 ADD -1 IW 1 1 SUPERVISOR 1 TTL 1 LQC 0 ADD 0 IW 1 2 BRDCST MSG 1136 TTL 1109 LQC 27 ADD 0 IW GENERAL 0 C 0 4 TTL 2 LQC 2 ADD 0 IW CONFO 1 1 1 AIR 1 TTL 0 LQC 1 ADD 0 IW 4 1 1 TTL 0 LQC 1 ADD 0 IW 1 6 SPCL SVC 1 TTL 0 LQC 1 ADD 0 IW OPTION 3 C 0 7 TTL 3 LQC 4 ADD 0 IW ADVANCE 10 C 0 2 TTL 2 LQC 0 ADD 0 IW

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Total

Queue Count Total.

Query Structure


Double Click To Show XML

4 NYCP02001

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section


Operation: All Queues

Queue Count all queues.

Query Structure


Double Click To Show XML

4 NYCP02001

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section


Operation: Specific Queue Activity

Queue Count activity for Queue 3C0.

Query Structure


Double Click To Show XML

4 NYCP02001 3 c 0

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section






Function: MoveItem


Overview

The Powered Queue Move Item verb provides several options to copy PNRs or messages from one queue to another with the possibility to retain them on the current queue.

Supported Operations

Limitations

Not applicable

Unsupported Operations

Not applicable

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

This example shows the positive response of a Move Item


Double Click To Show XML

G P

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Copy PNR To Queue

Copy PNR to Queue 3C0 and retain it on Queue 0C0.

Query Structure


Double Click To Show XML

3 0 c 0 3 3 c 0

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section


Operation: Copy Specified Number Of PNRs

Copy a specified number of PNRs (2) from queue 0C0 to queue 3C0.

Query Structure


Double Click To Show XML

3 0 c 0 3 3 c 0 2

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section






Function: PlaceMessage


Overview

The Powered Queue Place Message verb gives the possibility to place a free flow text message onto a Queue Message.

Supported Operations

You can use the QEQ option code to place a message on queue.

Limitations

Messages can contain up to 199 alpha-numeric characters.

Unsupported Operations

Not applicable

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

This is the response to a Place Message query of a free-flow text message onto Queue 97C0D1 in Office NCE1A950


Double Click To Show XML

G P

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Flow Text On Queue

Place a free flow text on queue 97.

Query Structure


Double Click To Show XML

4 nce1a0950 97 c 0 1 3 This is an example of a message placed in Queue 97 in office NCE1A0950

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section






Function: PlacePNR


Overview

The Powered Queue_Place PNR verb gives the possibility to place one or several PNRs onto a Queue.

Supported Operations

Place PNR onto queue

You can use the QEQ option code to place one or several PNRs on queue. If you do not specify a category, the PNR is placed in category 0 of the specified queue. If you attempt to place a PNR on a queue that has been deactivated, the system automatically places the PNR on queue 0, category 0 instead. It is possible to specify a different target Office Id to place a PNR in a different office.

Place PNR onto Delay queue

The option QED allows you to place a PNR onto a queue at a specific time/date.

Limitations

Not applicable

Unsupported Operations

Not applicable

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

The example shows the reply to a Place PNR query


Double Click To Show XML

ZGHXJZ

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Place PNR On Queue

Place PNR ZGHXJZ on Queue 3C0.

Query Structure


Double Click To Show XML

3 NYCP02001 3 C 0 ZGHXJZ

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section


Operation: Delay Queue

Place PNR ZE6YM5 on Delay Queue 0C0 on the 021004.

Query Structure


Double Click To Show XML

3 0 c 0 04 10 02 ZE6YM5

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section






Function: RemoveItem


Overview

The verb enables you to remove a PNR from queue independently from queue mode.

Supported Operations

Remove PNRs/Messages from queue

you can remove all PNRs and messages from a queue. You can specify a category, date range or office identification if required.

Remove specific PNRs from queue

It is possible to remove one or several specific PNRs from a queue by giving the Record Locator(s).

Remove PNRs from Delay Date queue

It is possible to remove one or several PNRs from a specific Delay Date Queue or to entirely purge the Delay Queues.

Remove PNRs from Delay Time Queue

It is possible to remove one or several PNRs from a Delay Time Queue.

Limitations

Not applicable

Unsupported Operations

Not applicable

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

This example shows the reply to a RemoveItem


Double Click To Show XML

G P

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Remove Specific PNR From Queue

Remove specific PNR (ZGHXJZ) from Queue 3C0

Query Structure


Double Click To Show XML

3 NYCP02001 3 c 0 ZGHXJZ

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section


Operation: Remove All Messages

Remove all messages from Queue 97C0D1.

Query Structure


Double Click To Show XML

3 97 c 0 1

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section


Operation: Remove All PNRs From Delay Date Queue

Remove all PNRs from a specific Delay Date (060704) queue.

Query Structure


Double Click To Show XML

3 04 07 06

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section






Function: List


Overview

Provides a list a PNRs placed in a queue with search criterias and order display options.

Supported Operations

List with display option

It is possible to request a list of PNRs placed in a queue and displayed according to the Departure date, Creation date and/or Ticketing date. You can also request a list of a specific number of PNRs placed in a queue (I.E. the 10 first PNRs).

List with search criteria

It is possible to request a List of PNRs placed in a queue based on the Departure date, Creation Date or Ticketing date.

Limitations

This function applies only for PNRs queue.

Unsupported Operations

It is not possible to request a list for Message Queue. The QueueStart verb has to be used to display a message Queue.

Prerequisites

Not applicable

Building A Query

Depending on the flavor of the API that is used, each query will follow a given structure. The queries for the function operations are clearly explained with data element examples in a generic table view that can be adapted to the specific flavor of the API in use. It is important to note that the examples in each chapter are only illustrations and are meant to provide the basis for a better understanding on which fields are mandatory for basic operation utilisation. It is not a full explanation of every field that can be utilised for the operation, but rather a guideline to its use.

Receiving A Reply

Error Reply Structure

This example displays a List of the queue 3C0 in the office NYCP02001 and sort by ticketing date


Double Click To Show XML

NYCP02001 3 C 0 9 3 9 NAME ZGHXKM 17DEC04 CDG LHR AF 2670 NYCP02001 AA 700 2004 6 15 701 2004 6 15 711 2004 6 16 13 41 ANOTHER ZGIQWG 12AUG04 NCE ORY AF 6205 NYCP02001 AA 700 2004 6 17 701 2004 7 26 711 2004 6 17 14 55 TEST ZGIQWB 12AUG04 NCE ORY AF 6205 NYCP02001 AA 700 2004 6 17 701 2004 7 12 711 2004 6 17 14 55

Error Messages

Error number Error message
1 Invalid date
360 Invalid PNR file address
723 Invalid category
727 Invalid amount
79A Invalid office identification
79B Already working another queue
79C Not allowed to access queues for specified office identification
79D Queue identifier has not been assigned for specified office identification
79E Attempting to perform a queue function when not associated with a queue
79F Queue placement or add new queue item is not allowed for the specified office identification and queue identifier
911 Unable to process - system error
912 Incomplete message - data missing in query
913 Item/data not found or data not existing in processing host
914 Invalid format/data - data does not match EDIFACT rules
915 No action - processing host cannot support function
916 EDIFACT version not supported
917 EDIFACT message size exceeded
918 enter message in remarks
919 no PNR in AAA
91A inactive queue bank
91B nickname not found
91C invalid record locator
91D invalid format
91F invalid queue number
920 queue/date range empty
921 target not specified
922 targetted queue has wrong queue type
923 invalid time
924 invalid date range
925 queue number not specified
926 queue category empty
927 no items exist
928 queue category not assigned
929 No more items
92A queue category full


Operation: Queue List By Ticketing Date

Queue List with Ticketing date order display option.

Query Structure


Double Click To Show XML

4 NYCP02001 3 C 0

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors

See "Error messages" section


Operation: Queue List By Creation Date

Queue List with Creation date order display option.

Query Structure


Double Click To Show XML

0 C 0

Reply Structure


Double Click To Show XML

APIxml 33

Possible Errors


Operation: Queue List By Departure Date

Queue List with Departure date order display option.

Query Structure


Double Click To Show XML

0 C 0

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section


Operation: Queue List First Ten PNRs

Queue List of queue 15 for the first PNR to the 10th PNR.

Query Structure


Double Click To Show XML

15 C 0 701 0 10

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section


Operation: Display Queue By Office And Ticketing Date

Display a List of the queue 12C0 in the office NCE1a0950 and search with Ticketing date between 20APR and 21 APR

Query Structure


Double Click To Show XML

4 NCE1A0950 12 C 0 2004 4 20 2004 4 21

Reply Structure


Double Click To Show XML

Possible Errors

See "Error Messages" section


Operation: Display Queue By Office And Date

Display a List of the queue 12C0 in the office NCE1A0950 and search with Ticketing date between 20APR and 21 APR and departure Date between 3 May and 4 May.

Query Structure


Double Click To Show XML

APIxml 30

Reply Structure


Double Click To Show XML

4 NCE1A0950 12 C 0 2004 5 3 2004 5 4 2004 4 20 2004 4 21

Possible Errors

See "Error Messages" section