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>4196716b-f232-4318-8308-55ecdc8a545f</DocumentPageID> <DocumentPageID>85103e1c-da6f-4f70-962f-52a498e21677</DocumentPageID> <OwnerID>f176de34-c403-437d-b75a-4b0e20170d6e</OwnerID> <AccountID>5dd9a029-aa97-485b-9f0d-2d364bf2ce7e</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"4196716b-f232-4318-8308-55ecdc8a545f",
"85103e1c-da6f-4f70-962f-52a498e21677"
],
"OwnerID": "f176de34-c403-437d-b75a-4b0e20170d6e",
"AccountID": "5dd9a029-aa97-485b-9f0d-2d364bf2ce7e"
}
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>93c30dee-e71f-496b-b876-9fa4d3dbb347</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "93c30dee-e71f-496b-b876-9fa4d3dbb347"
}