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>9a6f2df2-f00e-4936-8c4b-42860c75215e</DocumentPageID> <DocumentPageID>5139fc0b-4492-466e-9dfc-e2b209134756</DocumentPageID> <OwnerID>aa09c141-9f82-4fbf-8965-a65422096eef</OwnerID> <AccountID>3772be4d-8096-4989-a986-f57f02ee9bb4</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"9a6f2df2-f00e-4936-8c4b-42860c75215e",
"5139fc0b-4492-466e-9dfc-e2b209134756"
],
"OwnerID": "aa09c141-9f82-4fbf-8965-a65422096eef",
"AccountID": "3772be4d-8096-4989-a986-f57f02ee9bb4"
}
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>0016905a-13f3-47d3-bbbf-8a7bd68b47c7</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "0016905a-13f3-47d3-bbbf-8a7bd68b47c7"
}