Request for getting information on bans.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL">
<soapenv:Header/>
<soapenv:Body>
<avia:GetBansInfo>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia:SubAgenciesIDs>
<avia:ID>11333</avia:ID>
</avia:SubAgenciesIDs>
</stl:RequestBody>
</avia:Request>
</avia:GetBansInfo>
</soapenv:Body>
</soapenv:Envelope>
<?xml version="1.0"?>
<ResponseWithGetBansInfoRSBody xmlns="http://ws-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<RequestID>100000000</RequestID>
<ResponseBody xmlns:a="http://ws-ibe.com/Avia">
<a:Bans>
<a:Ban>
<a:SubAgencyID>11333</a:SubAgencyID>
<a:BanType>SearchesLimit</a:BanType>
<a:AdditionalBanInfo>
<a:Searches>8</a:Searches>
</a:AdditionalBanInfo>
</a:Ban>
</a:Bans>
</ResponseBody>
</ResponseWithGetBansInfoRSBody>