Versions Compared

Key

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


Expand
titleRequest
Code Block
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:iata="http://www.iata.org/IATA/2015/00/2019.1/IATA_OrderListRQ">
    <soapenv:Body>
        <iata:IATA_OrderListRQ>
            <iata:AugmentationPoint>
                <CountTotal xmlns="http://agent.api.s7.ru/QCTRQ">
                    <GetCounts>ALL</GetCounts>
                </CountTotal>
            </iata:AugmentationPoint>
            <iata:Party>
                <iata:Sender>
                    <iata:TravelAgency>
                        <iata:AgencyID>AgentS7</iata:AgencyID>
                        <iata:PseudoCityID>S7AGN8224</iata:PseudoCityID>
                    </iata:TravelAgency>
                </iata:Sender>
            </iata:Party>
            <iata:Request>
                <iata:OrderFilterCriteria/>
            </iata:Request>
        </iata:IATA_OrderListRQ>
    </soapenv:Body>
</soapenv:Envelope>
Expand
titleResponse
Code Block
languagexml
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns2:IATA_OrderListRS xmlns:ns2="http://www.iata.org/IATA/2015/00/2019.1/IATA_OrderListRS" xmlns:ns3="http://agent.api.s7.ru/QDQLRS" xmlns:ns4="http://agent.api.s7.ru/QCTRS">
            <ns2:Response/>
            <ns2:AugmentationPoint>
                <ns4:QueueTotalRS>
                    <ns4:Response>
                        <ns4:Queues>
                            <ns4:Queue QueueNumber="0" QueueTotal="100" QueueType="GENERAL">
                                <ns4:QueueCategory>
                                    <ns4:Name>RESERVATION CANCELLED</ns4:Name>
                                    <ns4:CategoryTotal>100</ns4:CategoryTotal>
                                </ns4:QueueCategory>
                            </ns4:Queue>
                            <ns4:Queue QueueNumber="3" QueueTotal="37" QueueType="UNTK">
                                <ns4:QueueCategory>
                                    <ns4:Name>SCHEDULE CHANGE</ns4:Name>
                                    <ns4:CategoryTotal>37</ns4:CategoryTotal>
                                </ns4:QueueCategory>
                            </ns4:Queue>
                            <ns4:Queue QueueNumber="40" QueueTotal="100" QueueType="SSR">
                                <ns4:QueueCategory>
                                    <ns4:Name>SSR REPLY</ns4:Name>
                                    <ns4:CategoryTotal>100</ns4:CategoryTotal>
                                </ns4:QueueCategory>
                            </ns4:Queue>
                        </ns4:Queues>
                    </ns4:Response>
                </ns4:QueueTotalRS>
            </ns2:AugmentationPoint>
            <ns2:PayloadAttributes>
                <ns2:CorrelationID>3.74:c0800584-115c-46cf-ae76-bd33d20aeab3</ns2:CorrelationID>
            </ns2:PayloadAttributes>
        </ns2:IATA_OrderListRS>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>