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.
Table of contents
Parameter | Description | xPath |
---|---|---|
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 |
"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
Parameter | Description | xPath |
---|---|---|
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