Перед использованием метода необходимо пройти аутентификацию и получить валидный токен. Подробнее об этом Авторизация (получение токена)
WSDL для использования метода: https://yourdomain.ru/XmlGate/EndCustomer/EndCustomerAPI.asmx?WSDL
Метод: CancelComplexReserve
Параметры:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cor="http://www.corteos.ru/">
<soapenv:Header>
<cor:AuthHeader>
<!--Optional:-->
<cor:Token>adf32723-****-****-965c-00beaa068491</cor:Token>
</cor:AuthHeader>
</soapenv:Header>
<soapenv:Body>
<cor:CancelComplexReserve>
<cor:id_ComplexReserve>766114</cor:id_ComplexReserve>
</cor:CancelComplexReserve>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<CancelComplexReserveResponse xmlns="http://www.corteos.ru/">
<CancelComplexReserveResult>
<Result>true</Result>
</CancelComplexReserveResult>
</CancelComplexReserveResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<CancelComplexReserveResponse xmlns="http://www.corteos.ru/">
<CancelComplexReserveResult>
<Result>false</Result>
<Errors>
<string>Complex reserve is inaccessible</string>
</Errors>
</CancelComplexReserveResult>
</CancelComplexReserveResponse>
</soap:Body>
</soap:Envelope>