Параметр | Описание |
ASPNETSessionId | Идентификатор сессии |
personId | Идентификатор пользователя |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DeleteLinkWithAD xmlns="http://streamline/">
<ASPNETSessionId>string</ASPNETSessionId>
<personId>string</personId>
</DeleteLinkWithAD>
</soap:Body>
</soap:Envelope>
Параметр | Описание |
DeleteLinkWithADResult | Результат выполнения запроса |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DeleteLinkWithADResponse xmlns="http://streamline/">
<DeleteLinkWithADResult>
<Errors>
<string>string</string>
<string>string</string>
</Errors>
<Objects>
<string>string</string>
<string>string</string>
</Objects>
</DeleteLinkWithADResult>
</DeleteLinkWithADResponse>
</soap:Body>
</soap:Envelope>