Request
Body Params application/xml
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<searchSchedule xmlns="http://partner.v3.webservice.berlogic.de/">
<agencyCode>string</agencyCode>
<agentCode>string</agentCode>
<agentPassword>string</agentPassword>
<salesPointCode>string</salesPointCode>
<beginLocation>string</beginLocation>
<endLocation>string</endLocation>
<periodBegin>2025-12-11T04:10:26.077Z</periodBegin>
<periodEnd>2025-12-11T04:10:26.077Z</periodEnd>
<serviceClass>ECONOM</serviceClass>
<airlineCode>string</airlineCode>
<directOnly>true</directOnly>
</searchSchedule>
</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>
<searchSchedule xmlns="http://partner.v3.webservice.berlogic.de/">
<agencyCode>string</agencyCode>
<agentCode>string</agentCode>
<agentPassword>string</agentPassword>
<salesPointCode>string</salesPointCode>
<beginLocation>string</beginLocation>
<endLocation>string</endLocation>
<periodBegin>2025-12-11T04:10:26.077Z</periodBegin>
<periodEnd>2025-12-11T04:10:26.077Z</periodEnd>
<serviceClass>ECONOM</serviceClass>
<airlineCode>string</airlineCode>
<directOnly>true</directOnly>
</searchSchedule>
</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>
<searchScheduleResponse xmlns="http://partner.v3.webservice.berlogic.de/">
<return>
<applicableDays>MONDAY</applicableDays>
<board>string</board>
<boardCode>string</boardCode>
<cityBegin>string</cityBegin>
<cityEnd>string</cityEnd>
<connected>true</connected>
<flightNumber>string</flightNumber>
<locationBegin>string</locationBegin>
<locationEnd>string</locationEnd>
<nextDay>true</nextDay>
<periodBegin>2025-12-11T04:10:26.077Z</periodBegin>
<periodEnd>2025-12-11T04:10:26.077Z</periodEnd>
<serviceClass>ECONOM</serviceClass>
<timeBegin>string</timeBegin>
<timeEnd>string</timeEnd>
<travelDuration>100</travelDuration>
<vendor>string</vendor>
</return>
</searchScheduleResponse>
</soap:Body>
</soap:Envelope>
Modified at 2025-12-11 04:10:50