Получение комментариев к заявке
Описание
Получение комментариев к заявке.
Запрос
Параметр, выделенный жирным, является обязательным к заполнению!
Этот запрос можно сформировать по WSDL (подробнее здесь)!
Параметр | Тип | NULL | Описание |
---|---|---|---|
ServiceRequestID | 4.1.2.15. ServiceRequestID | ID заявки |
Пример
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <ServiceRequestMessages xmlns="http://buhphone.com/PartnerWebAPI2"> <ServiceRequestID>d91fefb1-dcea-4f25-8530-f6bffe794155</ServiceRequestID> </ServiceRequestMessages> </soap12:Body> </soap12:Envelope>
Ответ (структура ResultData)
Параметр | Тип | Описание |
---|---|---|
MessageID | UUID | ID сообщения |
AuthorID | 4.1.2.5. AccountID | Автор сообщения |
Type | Строка | Тип сообщения:
|
At | 4.1.2.17. Значение даты и времени по часовому поясу UTC | Время отправки сообщения |
Content | Строка | Контент сообщения |
Пример ответа
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope"> <Body xmlns="http://www.w3.org/2003/05/soap-envelope"> <ServiceRequestMessagesResponse xmlns="http://buhphone.com/PartnerWebAPI2" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <return> <Property xmlns="http://v8.1c.ru/8.1/data/core" name="ResultCode"> <Value xmlns:_XMLSchema-instance="http://www.w3.org/2001/XMLSchema-instance" _XMLSchema-instance:type="xs:string">SUCCESS</Value> </Property> <Property xmlns="http://v8.1c.ru/8.1/data/core" name="ResultData"> <Value xmlns:_XMLSchema-instance="http://www.w3.org/2001/XMLSchema-instance" _XMLSchema-instance:type="ValueTable"> <column> <Name>MessageID</Name> <ValueType> <Type>xs:string</Type> </ValueType> </column> <column> <Name>AuthorID</Name> <ValueType> <Type>xs:string</Type> </ValueType> </column> <column> <Name>Type</Name> <ValueType> <Type>xs:string</Type> </ValueType> </column> <column> <Name>At</Name> <ValueType> <Type>xs:dateTime</Type> </ValueType> </column> <column> <Name>Content</Name> <ValueType> <Type>xs:string</Type> </ValueType> </column> <row> <Value type="xs:string">e3a12027-9214-48d8-a4c7-404796c78bcf</Value> <Value type="xs:string">73b9bde9-cbac-4354-987b-355b5eea066f</Value> <Value type="xs:string">text</Value> <Value type="xs:dateTime">2023-09-22T06:53:33</Value> <Value type="xs:string"> 123456</Value> </row> <row> <Value type="xs:string">98d12313-287e-4a58-a1d7-6431e0724f3c</Value> <Value type="xs:string">73b9bde9-cbac-4354-987b-355b5eea066f</Value> <Value type="xs:string">text</Value> <Value type="xs:dateTime">2023-09-22T07:21:44</Value> <Value type="xs:string">:slight_smile::slight_smile::slight_smile:</Value> </row> <row> <Value type="xs:string">46cb2f02-d210-417c-a168-55568e21f872</Value> <Value type="xs:string">73b9bde9-cbac-4354-987b-355b5eea066f</Value> <Value type="xs:string">text</Value> <Value type="xs:dateTime">2023-09-22T07:22:05</Value> <Value type="xs:string">пишу сообщение раз раз</Value> </row> <row> <Value type="xs:string">1ed2cc5e-0516-44f4-8aaa-27c8c0f5c0d2</Value> <Value type="xs:string">73b9bde9-cbac-4354-987b-355b5eea066f</Value> <Value type="xs:string">text</Value> <Value type="xs:dateTime">2023-09-25T06:01:52</Value> <Value type="xs:string">==================== Мария Первая [25.09.2023 09:55] 88888 ==================== 555</Value> </row> <row> <Value type="xs:string">b17425b1-b3d7-43d4-a8f2-cbc20830633b</Value> <Value type="xs:string">73b9bde9-cbac-4354-987b-355b5eea066f</Value> <Value type="xs:string">text</Value> <Value type="xs:dateTime">2023-10-20T10:23:56</Value> <Value type="xs:string"></Value> </row> </Value> </Property> </return> </ServiceRequestMessagesResponse> </Body> </Envelope>