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>fb370e9a-6f4e-4281-836e-6eedd6cc15e6</DocumentPageID> <DocumentPageID>10fc536f-cfb0-44c1-8681-436f7a129b7b</DocumentPageID> <OwnerID>5d9394e2-aae7-451c-bbae-f7e699087332</OwnerID> <AccountID>739157e9-ddc9-47c4-bc52-7633fb28df8b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"fb370e9a-6f4e-4281-836e-6eedd6cc15e6",
"10fc536f-cfb0-44c1-8681-436f7a129b7b"
],
"OwnerID": "5d9394e2-aae7-451c-bbae-f7e699087332",
"AccountID": "739157e9-ddc9-47c4-bc52-7633fb28df8b"
}
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>91fab7a0-a615-4cd4-b535-0b13811ca652</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "91fab7a0-a615-4cd4-b535-0b13811ca652"
}