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>12b5b42e-35a3-4bb8-914f-1ef4607300f2</DocumentPageID> <DocumentPageID>2ffb0163-f009-493e-844e-193a64bc8be0</DocumentPageID> <OwnerID>fac4b83b-6e2c-4840-8079-da234d15a622</OwnerID> <AccountID>33f33758-93cf-4ce1-9de3-780f339581dc</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"12b5b42e-35a3-4bb8-914f-1ef4607300f2",
"2ffb0163-f009-493e-844e-193a64bc8be0"
],
"OwnerID": "fac4b83b-6e2c-4840-8079-da234d15a622",
"AccountID": "33f33758-93cf-4ce1-9de3-780f339581dc"
}
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>f282eb93-fc56-4eb3-9058-fc00ab78e625</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "f282eb93-fc56-4eb3-9058-fc00ab78e625"
}