NumReleaseNumbers
Освобождает несколько занятых номеров нумератора.
Запрос
POST /DocsVision/StorageServer/StorageServerService.asmx HTTP/1.1
Host: DOCSVISION_SERVER.COM
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.docsvision.com/Platform/2009-02-03/StorageServer/NumReleaseNumbers"
<?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>
<NumReleaseNumbers xmlns="http://schemas.docsvision.com/Platform/2009-02-03/StorageServer/">
<sessionId>guid</sessionId>
<numeratorId>guid</numeratorId>
<zoneName>string</zoneName>
<firstNumber>int</firstNumber>
<lastNumbers>int</lastNumbers>
</NumReleaseNumbers>
</soap:Body>
</soap:Envelope>
- Параметры
-
- sessionId
-
Идентификатор пользовательской сессии
- numeratorId
-
Идентификатор номера
- zoneName
-
Название зоны нумератора
- firstNumber
-
Первый номер освобождаемого диапазона
- lastNumbers
-
Последний номер освобождаемого диапазона
Ответ
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?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>
<NumReleaseNumbersResponse xmlns="http://schemas.docsvision.com/Platform/2009-02-03/StorageServer/" />
</soap:Body>
</soap:Envelope>