Показать страницуИстория страницыСсылки сюдаЭкспорт в PDFНаверх Эта страница только для чтения. Вы можете посмотреть её исходный текст, но не можете его изменить. Сообщите администратору, если считаете, что это неправильно. ====== Удаление связи с Open ID ====== Метод: **DeleteLinksWithOpenIdConnect** ===== Передаваемые параметры ===== ^ Параметр ^ Описание ^ |ASPNETSessionId|Идентификатор сессии пользователя Системы| |personId|Идентификатор пользователя| |List<string> authenticationTypes|Массив идентификаторов провайдеров авторизации| <code xml> <?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> <DeleteLinksWithOpenIdConnect xmlns="http://streamline/"> <ASPNETSessionId>string</ASPNETSessionId> <personId>guid</personId> <authenticationTypes> <string>string</string> <string>string</string> </authenticationTypes> </DeleteLinksWithOpenIdConnect> </soap:Body> </soap:Envelope> </code> ===== Возвращаемые параметры ===== ^ Параметр ^ Описание ^ |ServiceQueryResult|Результат выполнения запроса| <code xml> <?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> <DeleteLinksWithOpenIdConnectResponse xmlns="http://streamline/"> <DeleteLinksWithOpenIdConnectResult> <Errors> <string>string</string> <string>string</string> </Errors> <Objects> <string>string</string> <string>string</string> </Objects> </DeleteLinksWithOpenIdConnectResult> </DeleteLinksWithOpenIdConnectResponse> </soap:Body> </soap:Envelope> </code>