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>ffe5f179-9d5e-4822-8422-9e577410d949</DocumentPageID> <DocumentPageID>9fd88d21-8df3-4e7c-aef1-058160939871</DocumentPageID> <OwnerID>e4390ed3-c068-4c7f-be0f-e20482340a37</OwnerID> <AccountID>735dd51b-171f-4758-8a4c-d34e666b1111</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"ffe5f179-9d5e-4822-8422-9e577410d949",
"9fd88d21-8df3-4e7c-aef1-058160939871"
],
"OwnerID": "e4390ed3-c068-4c7f-be0f-e20482340a37",
"AccountID": "735dd51b-171f-4758-8a4c-d34e666b1111"
}
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>315980c9-c4a0-40b2-9402-0be450d8bf9d</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "315980c9-c4a0-40b2-9402-0be450d8bf9d"
}