Параметр | Описание |
ASPNETSessionId | Идентификатор сессии |
topicId | Идентификатор дискуссии |
addressees | Массив идентификаторов пользователей |
<?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>
<AskUsersToTopic xmlns="http://tempuri.org/">
<ASPNETSessionId>string</ASPNETSessionId>
<topicId>string</topicId>
<addressees>
<string>string</string>
<string>string</string>
</addressees>
</AskUsersToTopic>
</soap:Body>
</soap:Envelope>
Параметр | Описание |
AskUsersToTopicResult | Результат выполнения запроса |
<?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>
<AskUsersToTopicResponse xmlns="http://tempuri.org/">
<AskUsersToTopicResult>string</AskUsersToTopicResult>
</AskUsersToTopicResponse>
</soap:Body>
</soap:Envelope>