Метод: DeleteFormRequest
Параметр | Описание |
---|---|
ASPNETSessionId* | Идентификатор сессии |
formRequestIds*: guid | Список с идентификаторами запросов форм сбора отчетности. В интерфейсе Системы этот идентификатор можно найти, к примеру, на странице пришедшего запроса на заполнение формы (указан в адресной строке после «request=»). |
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DeleteFormRequests xmlns="http://streamline/"> <ASPNETSessionId>string</ASPNETSessionId> <formRequestIds> <guid>guid</guid> <guid>guid</guid> </formRequestIds> </DeleteFormRequests> </soap:Body> </soap:Envelope>
Параметр | Описание |
---|---|
DeleteFormRequestResult | Результат выполнения метода (успешно, либо нет с указанием причины) |
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DeleteFormRequestsResponse xmlns="http://streamline/"> <DeleteFormRequestsResult>string</DeleteFormRequestsResult> </DeleteFormRequestsResponse> </soap:Body> </soap:Envelope>