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>b0f866e7-e7d7-4240-b124-c159e1022dc9</DocumentPageID> <DocumentPageID>9002cd40-913e-4163-8e88-13ee5ce0678a</DocumentPageID> <OwnerID>735a6011-d9b7-4880-9ff9-ca5e2254aa4f</OwnerID> <AccountID>13f2f997-46a7-4701-ba4a-d2b25ef21791</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"b0f866e7-e7d7-4240-b124-c159e1022dc9",
"9002cd40-913e-4163-8e88-13ee5ce0678a"
],
"OwnerID": "735a6011-d9b7-4880-9ff9-ca5e2254aa4f",
"AccountID": "13f2f997-46a7-4701-ba4a-d2b25ef21791"
}
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>5eab9dca-6d37-4b00-b75a-2647a73a2325</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "5eab9dca-6d37-4b00-b75a-2647a73a2325"
}