searchAeroexpressTrainInfo
Request
Body Params application/xml
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<searchAeroexpressTrainInfo xmlns="http://partner.v3.webservice.berlogic.de/">
<settings>
<agencyCode>string</agencyCode>
<agentCode>string</agentCode>
<agentPassword>string</agentPassword>
<lang>string</lang>
<preferredCurrency>string</preferredCurrency>
<salesPoint>string</salesPoint>
</settings>
</searchAeroexpressTrainInfo>
</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>
<searchAeroexpressTrainInfo xmlns="http://partner.v3.webservice.berlogic.de/">
<settings>
<agencyCode>string</agencyCode>
<agentCode>string</agentCode>
<agentPassword>string</agentPassword>
<lang>string</lang>
<preferredCurrency>string</preferredCurrency>
<salesPoint>string</salesPoint>
</settings>
</searchAeroexpressTrainInfo>
</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>
<searchAeroexpressTrainInfoResponse xmlns="http://partner.v3.webservice.berlogic.de/">
<return>
<allowedPaymentType>
<fee>26</fee>
<feeCurrency>string</feeCurrency>
<type>CASH_OFFICE</type>
</allowedPaymentType>
<arrival>string</arrival>
<arrivalTime>string</arrivalTime>
<context>Y29udGVudA==</context>
<cost>
<currency>string</currency>
<elements>
<category>ADULT</category>
<context>Y29udGVudA==</context>
<fee>59</fee>
<feeB>21</feeB>
<feeP>92</feeP>
<tariff>65</tariff>
<taxes>57</taxes>
</elements>
<fee>12</fee>
<SSRs>71</SSRs>
<surcharges>
<amount>95</amount>
<code>string</code>
</surcharges>
</cost>
<departure>string</departure>
<departureTime>string</departureTime>
<locale>string</locale>
<maxDays>100</maxDays>
<maxTickets>100</maxTickets>
<menuId>100</menuId>
<orderType>100</orderType>
<scheduleId>100</scheduleId>
<serviceClass>ECONOM</serviceClass>
<validOn>2025-12-11T04:10:26.077Z</validOn>
</return>
</searchAeroexpressTrainInfoResponse>
</soap:Body>
</soap:Envelope>
Modified at 2025-12-11 04:10:50