ASPNETSessionId | Идентификатор сессии |
topicId | Идентификатор дискуссии |
title * | Тема дискуссии |
content | Содержание дискуссии |
Solved | Решение по дискуссии |
FieldName | Название реквизита |
FieldId | Идентификатор реквизита |
FieldVal | Значение реквизита |
<?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>
<UpdateTopic xmlns="http://tempuri.org/">
<ASPNETSessionId>string</ASPNETSessionId>
<topicWrapper>
<TopicId>guid</TopicId>
<Title>string</Title>
<Content>string</Content>
<Solved>boolean</Solved>
</topicWrapper>
<addressees>
<string>string</string>
<string>string</string>
</addressees>
<fields>
<FieldWrapper>
<FieldName>string</FieldName>
<FieldId>string</FieldId>
<FieldVal>string</FieldVal>
<FieldType>string</FieldType>
</FieldWrapper>
<FieldWrapper>
<FieldName>string</FieldName>
<FieldId>string</FieldId>
<FieldVal>string</FieldVal>
<FieldType>string</FieldType>
</FieldWrapper>
</fields>
</UpdateTopic>
</soap:Body>
</soap:Envelope>
Параметр | Описание |
UpdateTopicResult | Результат выполнения запроса |
<?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>
<UpdateTopicResponse xmlns="http://tempuri.org/">
<UpdateTopicResult>string</UpdateTopicResult>
</UpdateTopicResponse>
</soap:Body>
</soap:Envelope>