Request
Body Params application/xml
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<authenticate xmlns="http://partner.v3.webservice.berlogic.de/">
<agentCode>string</agentCode>
<password>string</password>
</authenticate>
</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>
<authenticate xmlns="http://partner.v3.webservice.berlogic.de/">
<agentCode>string</agentCode>
<password>string</password>
</authenticate>
</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>
<authenticateResponse xmlns="http://partner.v3.webservice.berlogic.de/">
<return>
<agentEmail>string</agentEmail>
<agentHotelLogin>string</agentHotelLogin>
<agentHotelPassword>string</agentHotelPassword>
<agentLogin>string</agentLogin>
<agentName>string</agentName>
<agentTelephone>string</agentTelephone>
<agentTkpLogin>string</agentTkpLogin>
<agentTkpPassword>string</agentTkpPassword>
<availableSalesPoints>
<code>string</code>
<name>string</name>
<timeZone>string</timeZone>
<agencyAeroexpressAllowed>true</agencyAeroexpressAllowed>
<agencyCode>string</agencyCode>
<agencyEmail>string</agencyEmail>
<agencyName>string</agencyName>
<agencyTelephone>string</agencyTelephone>
<defaultServiceCharge>98</defaultServiceCharge>
<maximumServiceCharge>70</maximumServiceCharge>
<minimumServiceCharge>17</minimumServiceCharge>
</availableSalesPoints>
<successful>true</successful>
</return>
</authenticateResponse>
</soap:Body>
</soap:Envelope>
Modified at 2025-12-11 04:10:50