Request
Body Params application/xml
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<priceAdditionalServices xmlns="http://partner.v3.webservice.berlogic.de/">
<agencyCode>string</agencyCode>
<agentCode>string</agentCode>
<agentPassword>string</agentPassword>
<salesPointCode>string</salesPointCode>
<lang>string</lang>
<bookingNumber>string</bookingNumber>
</priceAdditionalServices>
</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>
<priceAdditionalServices xmlns="http://partner.v3.webservice.berlogic.de/">
<agencyCode>string</agencyCode>
<agentCode>string</agentCode>
<agentPassword>string</agentPassword>
<salesPointCode>string</salesPointCode>
<lang>string</lang>
<bookingNumber>string</bookingNumber>
</priceAdditionalServices>
</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>
<priceAdditionalServicesResponse xmlns="http://partner.v3.webservice.berlogic.de/">
<return>
<amountOfPieces>100</amountOfPieces>
<id>string</id>
<required>string</required>
<rfic>string</rfic>
<rfisc>string</rfisc>
<tariff>49</tariff>
<taxes>64</taxes>
<type>LUGGAGE</type>
<weight>30</weight>
<weightType>PER_PIECE</weightType>
<wholeLeg>true</wholeLeg>
</return>
</priceAdditionalServicesResponse>
</soap:Body>
</soap:Envelope>
Modified at 2025-12-11 04:10:50