POST api_v1/RecognitionPackages/CreatePackageFromDocumentPages
Создание пакета на основании страниц распознанного документа (прим. учитывается последовательность)
Request Information
Body Parameters
CreatePackageFromDocumentPagesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentPageID | Collection of globally unique identifier |
None. |
|
| OwnerID | globally unique identifier |
None. |
|
| AccountID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <DocumentPageID>69898cfa-5adb-4bda-8490-67cbc79d7370</DocumentPageID> <DocumentPageID>7d3011a5-5c9d-4635-80fd-a941bd5b1b7e</DocumentPageID> <OwnerID>f23af0d7-b10f-4b61-9b11-7e92ee240071</OwnerID> <AccountID>6ae01c47-b78f-4cff-aaec-1ad6335e67e8</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"69898cfa-5adb-4bda-8490-67cbc79d7370",
"7d3011a5-5c9d-4635-80fd-a941bd5b1b7e"
],
"OwnerID": "f23af0d7-b10f-4b61-9b11-7e92ee240071",
"AccountID": "6ae01c47-b78f-4cff-aaec-1ad6335e67e8"
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackageIdDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RecognitionPackageId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <RecognitionPackageId>47539475-cba1-4a10-9337-2d294c512070</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "47539475-cba1-4a10-9337-2d294c512070"
}