Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The count-total method provides information on all active queues and queue categories that contain unprocessed PNRs. This method enables tracking the status and condition of various queues, aiding in operational management and enhancing passenger service efficiency.

Limitations

The method will return information about active queues only. Queues that do not contain artifacts will not be displayed.

Table of contents

Table of Contents

Request

Required inputs

ParameterDescriptionxPath

GetCounts

Broadly, this means to provide counts of PNRs for all active queues, broken down by queue categories./soapenv:Envelope/soapenv:Body/iata:IATA_OrderListRQ/iata:AugmentationPoint/CountTotal/GetCounts

Party

Use credentials that you received from our technical support. Check out Quick Start for how to get it and References for more details/soapenv:Envelope/soapenv:Body/iata:IATA_OrderListRQ/iata:Party


Info
titleПримечанияRemarks

"ALL" - Currently, this is the only value the parameter can take. In the future, we may expand the list of possible values. Please follow the documentation updates for further changes.


Response


ParameterDescriptionxPath

QueueNumber

Active Queue Number

/SOAP-ENV:Envelope/SOAP-ENV:Body/ns2:IATA_OrderListRS/ns2:AugmentationPoint/ns4:QueueTotalRS/ns4:Response/ns4:Queues/ns4:Queue/@QueueNumber

QueueTotal

Total Number of Artifacts (PNR) in the Queue

/SOAP-ENV:Envelope/SOAP-ENV:Body/ns2:IATA_OrderListRS/ns2:AugmentationPoint/ns4:QueueTotalRS/ns4:Response/ns4:Queues/ns4:Queue/@QueueTotal

QueueType

Queue Type/Name

/SOAP-ENV:Envelope/SOAP-ENV:Body/ns2:IATA_OrderListRS/ns2:AugmentationPoint/ns4:QueueTotalRS/ns4:Response/ns4:Queues/ns4:Queue/@QueueType

Category Name

 

Category Name

/SOAP-ENV:Envelope/SOAP-ENV:Body/ns2:IATA_OrderListRS/ns2:AugmentationPoint/ns4:QueueTotalRS/ns4:Response/ns4:Queues/ns4:Queue/ns4:QueueCategory/ns4:Name

 

CategoryTotal

 

Number of Artifacts (PNR) in the Category

/SOAP-ENV:Envelope/SOAP-ENV:Body/ns2:IATA_OrderListRS/ns2:AugmentationPoint/ns4:QueueTotalRS/ns4:Response/ns4:Queues/ns4:Queue/ns4:QueueCategory/ns4:CategoryTotal

 
Samples

Include Page
v0.52 | queue_count-total operation
v0.52 | queue_count-total operation