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>17e6338d-5e5b-4687-8792-5a5f4a44edcb</DocumentPageID> <DocumentPageID>3291ed78-2857-4272-b1a7-ff41d48c9ed2</DocumentPageID> <OwnerID>c769b5a7-32f0-4b4f-897f-ffc863ba3be7</OwnerID> <AccountID>3eb2fb51-1775-4754-9c3e-adb89f493c6d</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"17e6338d-5e5b-4687-8792-5a5f4a44edcb",
"3291ed78-2857-4272-b1a7-ff41d48c9ed2"
],
"OwnerID": "c769b5a7-32f0-4b4f-897f-ffc863ba3be7",
"AccountID": "3eb2fb51-1775-4754-9c3e-adb89f493c6d"
}
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>268db4fe-397a-42e4-b643-70c3782fc73d</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "268db4fe-397a-42e4-b643-70c3782fc73d"
}