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>98028073-382d-4715-bf0f-fc84fa9dc2ea</DocumentPageID> <DocumentPageID>bdbd7067-7d89-4aa2-b8ed-ee8876ba445b</DocumentPageID> <OwnerID>9fcfff85-abc1-47cb-bca1-d7f5805f41b7</OwnerID> <AccountID>59418848-29f0-449f-a763-26fa6a68d20b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"98028073-382d-4715-bf0f-fc84fa9dc2ea",
"bdbd7067-7d89-4aa2-b8ed-ee8876ba445b"
],
"OwnerID": "9fcfff85-abc1-47cb-bca1-d7f5805f41b7",
"AccountID": "59418848-29f0-449f-a763-26fa6a68d20b"
}
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>ab161a18-b208-40bc-b529-a54b38823f99</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "ab161a18-b208-40bc-b529-a54b38823f99"
}