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>205f86bf-cbc7-42bc-914e-2091f773794d</DocumentPageID> <DocumentPageID>01eefeae-d851-4c9d-b511-df70ce9aa614</DocumentPageID> <OwnerID>9019c3a3-1b7e-4a8f-8f4a-162ef9a44d1f</OwnerID> <AccountID>00d6c914-41f9-4b4a-98f1-5c465d2cc21c</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"205f86bf-cbc7-42bc-914e-2091f773794d",
"01eefeae-d851-4c9d-b511-df70ce9aa614"
],
"OwnerID": "9019c3a3-1b7e-4a8f-8f4a-162ef9a44d1f",
"AccountID": "00d6c914-41f9-4b4a-98f1-5c465d2cc21c"
}
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>39a05688-abe0-4bcc-a85f-7b3a54dd19f2</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "39a05688-abe0-4bcc-a85f-7b3a54dd19f2"
}