Удаление записей в таблице


URL: components/Services/APIService.asmx

Метод: DeleteDirectoryRecords

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

ПараметрОписание
ASPNETSessionIdИдентификатор сессии
directoryRecordIdsИдентификаторы записей
stringЗапись
<?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:DeleteDirectoryRecords>
         <tem:ASPNETSessionId>string</tem:ASPNETSessionId>
         <tem:directoryRecordIds>
            <tem:string>string</tem:string>
         </tem:directoryRecordIds>
      </tem:DeleteDirectoryRecords>
   </soapenv:Body>
</soapenv:Envelope>

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

ПараметрОписание
DeleteDirectoryRecordsResultРезультат выполнения запроса
<?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">
      <DeleteDirectoryRecordsResponse xmlns="http://tempuri.org/">
         <DeleteDirectoryRecordsResult>string</DeleteDirectoryRecordsResult>
      </DeleteDirectoryRecordsResponse>
   </s:Body>
</s:Envelope>