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>9325020d-cc66-4f6a-bf70-91fcae9406a7</DocumentPageID> <DocumentPageID>2b79e949-035a-490b-9a1f-7feba5ef8457</DocumentPageID> <OwnerID>0a2709f1-cfd8-49d5-8573-0f88c55c1b48</OwnerID> <AccountID>b22fccfb-5825-4a42-ae19-97b262238ff1</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"9325020d-cc66-4f6a-bf70-91fcae9406a7",
"2b79e949-035a-490b-9a1f-7feba5ef8457"
],
"OwnerID": "0a2709f1-cfd8-49d5-8573-0f88c55c1b48",
"AccountID": "b22fccfb-5825-4a42-ae19-97b262238ff1"
}
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>00533803-e03c-4174-93d1-e6bfa90a128e</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "00533803-e03c-4174-93d1-e6bfa90a128e"
}