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