Поиск идентификаторов объектов по реквизитам таблицы


URL: components/Services/APIService.asmx

Метод SearchDirectoryRecordValues

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

ПараметрОписание
ASPNETSessionIdИдентификатор сессии
directoryIdИдентификатор таблицы
fieldIdИдентификатор реквизита таблицы
fieldValueИдентификатор значения реквизита
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:SearchDirectoryRecordValues>
         <tem:ASPNETSessionId>string</tem:ASPNETSessionId>
         <tem:directoryId>string</tem:directoryId>
         <tem:fieldId>string</tem:fieldId>
         <tem:fieldValue>string</tem:fieldValue>
      </tem:SearchDirectoryRecordValues>
   </soapenv:Body>
</soapenv:Envelope>

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

ПараметрОписание
SearchDirectoryRecordValuesResultМассив элементов
ProjectWrapperЗначения элемента
UIDИдентификатор объекта
<?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">
      <SearchDirectoryRecordValuesResponse xmlns="http://tempuri.org/">
         <SearchDirectoryRecordValuesResult>
             <ProjectWrapper>
                 <UID>string</UID>
             </ProjectWrapper>
             <ProjectWrapper>
                 <UID>string</UID>
             </ProjectWrapper>
         </SearchDirectoryRecordValuesResult>
      </SearchDirectoryRecordValuesResponse>
   </s:Body>
</s:Envelope>