Запрос ответа пользователей в дискуссии


URL: components/Services/APIDiscussions.asmx

Метод: AskUsersToTopic

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

ПараметрОписание
ASPNETSessionIdИдентификатор сессии
topicIdИдентификатор дискуссии
addresseesМассив идентификаторов пользователей
<?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:AskUsersToTopic>
         <str:ASPNETSessionId>string</str:ASPNETSessionId>
         <str:topicId>string</str:topicId>
         <str:addressees>
            <str:string>string</str:string>
         </str:addressees>
      </str:AskUsersToTopic>
   </soapenv:Body>
</soapenv:Envelope>

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

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