Versions Compared

Key

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

Метод The count-total предоставляет информацию обо всех активных очередях и категориях очередей, в которых есть необработанные PNR. Этот метод позволяет отслеживать статус и состояние различных очередей, что помогает в управлении операциями и повышает эффективность обслуживания пассажиров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

Table of Contents

Request

Required inputs

ParameterDescriptionxPath

GetCounts

нарративно обозначает - дай Counts по PNR всех активных очередей очередей в разбивке по категориям очереди
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Примечания

"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