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>7f2ae5fc-5118-4458-bc6d-121706ffa85e</DocumentPageID> <DocumentPageID>d65132f8-5942-4e9b-8a2a-f9919d2ab5bb</DocumentPageID> <OwnerID>11ac2057-0556-4ea6-97f4-cbc29f0fda57</OwnerID> <AccountID>b890c0e6-5b7c-4f49-81e5-e1edb91c066d</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"7f2ae5fc-5118-4458-bc6d-121706ffa85e",
"d65132f8-5942-4e9b-8a2a-f9919d2ab5bb"
],
"OwnerID": "11ac2057-0556-4ea6-97f4-cbc29f0fda57",
"AccountID": "b890c0e6-5b7c-4f49-81e5-e1edb91c066d"
}
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>5ea02491-5bf2-44de-ad3e-157035180a27</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "5ea02491-5bf2-44de-ad3e-157035180a27"
}