Удаление связи с Open ID


URL: components/services/persons.asmx

Метод: DeleteLinksWithOpenIdConnect

Передаваемые параметры

ПараметрОписание
ASPNETSessionIdИдентификатор сессии пользователя Системы
personIdИдентификатор пользователя
List<string> authenticationTypesМассив идентификаторов провайдеров авторизации
<?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:DeleteLinksWithOpenIdConnect>
      <str:ASPNETSessionId>string</str:ASPNETSessionId>
      <str:personId>guid</str:personId>
      <str:authenticationTypes>
        <str:string>string</str:string>
        <str:string>string</str:string>
      </str:authenticationTypes>
    </str:DeleteLinksWithOpenIdConnect>
  </soapenv:Body>
</soapenv:Envelope>

Возвращаемый параметр

ПараметрОписание
ServiceQueryResultРезультат выполнения запроса
<?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">
    <DeleteLinksWithOpenIdConnectResponse xmlns="http://streamline/">
      <DeleteLinksWithOpenIdConnectResult>
        <Errors>
          <string>string</string>
          <string>string</string>
        </Errors>
        <Objects>
          <string>string</string>
          <string>string</string>
        </Objects>
      </DeleteLinksWithOpenIdConnectResult>
    </DeleteLinksWithOpenIdConnectResponse>
  </s:Body>
</s:Envelope>