Удаление комментария к заявке
Описание
Удаление комментария к заявке.
Запрос
Параметр, выделенный жирным, является обязательным к заполнению!
Этот запрос можно сформировать по WSDL (подробнее здесь)!
| Параметр | Тип | NULL | Описание |
|---|---|---|---|
| ServiceRequestID | 4.1.2.15. ServiceRequestID | ID заявки | |
MessageID | UUID | ID сообщения |
Пример
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ServiceRequestDeleteTextMessage xmlns="http://buhphone.com/PartnerWebAPI2">
<ServiceRequestID>d91fefb1-dcea-4f25-8530-f6bffe794155</ServiceRequestID>
<MessageID>07f5cbb2-a9bd-45b6-ad96-0c201e8687f4</MessageID>
</ServiceRequestDeleteTextMessage>
</soap12:Body>
</soap12:Envelope>
Ответ (структура ResultData)
При успешном выполнении не заполняется.
Пример ответа
<Envelope xmlns="http://www.w3.org/2003/05/soap-envelope">
<Body xmlns="http://www.w3.org/2003/05/soap-envelope">
<ServiceRequestDeleteTextMessageResponse xmlns="http://buhphone.com/PartnerWebAPI2">
<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>
</return>
</ServiceRequestDeleteTextMessageResponse>
</Body>
</Envelope>
, multiple selections available, Use left or right arrow keys to navigate selected items