Запрос получение информации о количестве запросов.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://nemo-ibe.com/Avia" xmlns:stl="http://nemo-ibe.com/STL">
<soapenv:Header/>
<soapenv:Body>
<avia:GetRequestCountInfo>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token010203D</stl:AuthToken>
</stl:Requisites>
<stl:UserID>100</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia:StartDate>2021-02-26T00:00:00</avia:StartDate>
<avia:EndDate>2022-03-15T00:00:00</avia:EndDate>
<avia:SubAgenciesIDs>
<avia:ID>12345</avia:ID>
</avia:SubAgenciesIDs>
</stl:RequestBody>
</avia:Request>
</avia:GetRequestCountInfo>
</soapenv:Body>
</soapenv:Envelope>
<?xml version="1.0"?>
<ResponseWithGetRequestCountInfoRSBody xmlns="http://nemo-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<RequestID>1234567</RequestID>
<ResponseBody xmlns:a="http://nemo-ibe.com/Avia">
<a:RequestCountInfo>
<a:DatedRequestCountInfo>
<a:Date>2021-08-02T00:00:00</a:Date>
<a:RequestCountBySubAgencies>
<a:RequestCountBySubAgency>
<a:SubAgencyID>12345</a:SubAgencyID>
<a:RequestCountInfo>
<a:Searches>2</a:Searches>
<a:Tickets>1</a:Tickets>
</a:RequestCountInfo>
</a:RequestCountBySubAgency>
</a:RequestCountBySubAgencies>
</a:DatedRequestCountInfo>
</a:RequestCountInfo>
</ResponseBody>
</ResponseWithGetRequestCountInfoRSBody>