Содержание

Создание ответа на дискуссию


URL: components/Services/APIDiscussions.asmx

Метод: CreateTopicReply

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

ПараметрОписание
ASPNETSessionIdИдентификатор сессии
topicIdИдентификатор дискуссии
replyСодержание ответа
<?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:CreateTopicReply>
         <str:ASPNETSessionId>string</str:ASPNETSessionId>
         <str:topicId>string</str:topicId>
         <str:reply>string</str:reply>
      </str:CreateTopicReply>
   </soapenv:Body>
</soapenv:Envelope>

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

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