URL: components/Services/APIDocuments.asmx
Метод: DeleteDocuments
Предназначен для удаления документа (всего документа, а не его версий).
| Параметр | Описание |
|---|---|
ASPNETSessionId | Идентификатор сессии |
documentIds | Массив ID документов |
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="http://streamline/"> <soapenv:Header/> <soapenv:Body> <str:DeleteDocuments> <str:ASPNETSessionId>string</str:ASPNETSessionId> <str:documentIds> <str:string>string</str:string> </str:documentIds> </str:DeleteDocuments> </soapenv:Body> </soapenv:Envelope>
| Параметр | Описание |
|---|---|
DeleteDocumentsResult | Результат выполнения запроса |
<?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"> <DeleteDocumentsResponse xmlns="http://streamline/"> <DeleteDocumentsResult>string</DeleteDocumentsResult> </DeleteDocumentsResponse> </s:Body> </s:Envelope>