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>55d8db1d-e515-4ed9-84fa-46e6c5964cf4</DocumentPageID> <DocumentPageID>382c4680-6a47-405c-bb37-f0cc0a54fc69</DocumentPageID> <OwnerID>bdfbadb8-fb50-42d3-aa16-fdb07d8707b5</OwnerID> <AccountID>fb20e1f0-dd3b-49fa-9b0d-c08a7eca9b2e</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"55d8db1d-e515-4ed9-84fa-46e6c5964cf4",
"382c4680-6a47-405c-bb37-f0cc0a54fc69"
],
"OwnerID": "bdfbadb8-fb50-42d3-aa16-fdb07d8707b5",
"AccountID": "fb20e1f0-dd3b-49fa-9b0d-c08a7eca9b2e"
}
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>0bc87c91-fda8-4f30-9368-0d8ce7c3ea56</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "0bc87c91-fda8-4f30-9368-0d8ce7c3ea56"
}