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>84f50673-3290-40a3-aaca-441c6c2b7628</DocumentPageID> <DocumentPageID>3376eedf-b172-4d94-a9a4-8b6afc932869</DocumentPageID> <OwnerID>5584c9e1-d5e1-484b-ba2e-ea92de1335dc</OwnerID> <AccountID>fb4db366-3b1a-4a8d-a90b-afe4bb8dfcf9</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"84f50673-3290-40a3-aaca-441c6c2b7628",
"3376eedf-b172-4d94-a9a4-8b6afc932869"
],
"OwnerID": "5584c9e1-d5e1-484b-ba2e-ea92de1335dc",
"AccountID": "fb4db366-3b1a-4a8d-a90b-afe4bb8dfcf9"
}
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>a9689375-2303-4410-885a-4c03ffd8e3a0</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "a9689375-2303-4410-885a-4c03ffd8e3a0"
}