Копировать ссылку на страницу Перейти в предыдущий раздел Перейти в следующий раздел

Синтаксис:

Visual Basic (Declaration)

<OperationBehaviorAttribute(Impersonation := ImpersonationOption.Allowed)> _

Public Function GetEDocumentVersionList ( _

 EDocumentID As Integer _

As String

C#

[OperationBehaviorAttribute(Impersonation = ImpersonationOption.Allowed)]

public string GetEDocumentVersionList(

 int EDocumentID

)

Параметры:

EDocumentID – ИД документа.

Возвращаемое значение:

XML-пакет с описанием версий документа.

Подробнее Пример SOAP-пакета

Получение списка версий документа с ИД=134028.

 

<soapenv:Envelope xmlns:int=http://IntegrationWebService
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <int:GetEDocumentVersionList>
      <int:EDocumentID>134028</int:EDocumentID>
    </int:GetEDocumentVersionList>
  </soapenv:Body>
</soapenv:Envelope>

© Компания DIRECTUM, 2018 Сообщество пользователей DIRECTUM
.navbar > a:hover { background: #FFD73B; }