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>69aed252-47f5-461d-b9e9-636bae8943a9</DocumentPageID> <DocumentPageID>fc334307-6d16-4044-8e88-a41d8d326738</DocumentPageID> <OwnerID>b18db7b5-b775-4f90-ad35-37eb871475fe</OwnerID> <AccountID>3ff3bbe9-6a75-4abf-8b75-e2c8206e2de0</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"69aed252-47f5-461d-b9e9-636bae8943a9",
"fc334307-6d16-4044-8e88-a41d8d326738"
],
"OwnerID": "b18db7b5-b775-4f90-ad35-37eb871475fe",
"AccountID": "3ff3bbe9-6a75-4abf-8b75-e2c8206e2de0"
}
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>ad281649-7ba3-4818-8a82-7ccf2642abe0</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "ad281649-7ba3-4818-8a82-7ccf2642abe0"
}