searchAeroexpressSeatInfo
Request
Body Params application/xml
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<searchAeroexpressSeatInfo xmlns="http://partner.v3.webservice.berlogic.de/">
<menuId>100</menuId>
<date>2025-12-11T04:10:26.071Z</date>
<language>string</language>
<agencyCode>string</agencyCode>
<salesPointCode>string</salesPointCode>
<agentCode>string</agentCode>
</searchAeroexpressSeatInfo>
</soap:Body>
</soap:Envelope>
Request Code Samples
curl --location --request POST '/Partner/Avia/v3' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<searchAeroexpressSeatInfo xmlns="http://partner.v3.webservice.berlogic.de/">
<menuId>100</menuId>
<date>2025-12-11T04:10:26.071Z</date>
<language>string</language>
<agencyCode>string</agencyCode>
<salesPointCode>string</salesPointCode>
<agentCode>string</agentCode>
</searchAeroexpressSeatInfo>
</soap:Body>
</soap:Envelope>'
Responses
application/xml <?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<searchAeroexpressSeatInfoResponse xmlns="http://partner.v3.webservice.berlogic.de/">
<return>
<arrivalTime>string</arrivalTime>
<date>string</date>
<departureTime>string</departureTime>
<schedId>100</schedId>
<seatNumber>100</seatNumber>
</return>
</searchAeroexpressSeatInfoResponse>
</soap:Body>
</soap:Envelope>
Modified at 2025-12-11 04:10:50