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>59a2f3de-a074-42ad-8925-94b99d8e5806</DocumentPageID> <DocumentPageID>60908d6e-4205-471d-9543-9d06195d849a</DocumentPageID> <OwnerID>1dcb10e6-4696-4420-9199-2a0b7b745000</OwnerID> <AccountID>fdf98027-7b12-4247-ba0b-cf0b1a6b769b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"59a2f3de-a074-42ad-8925-94b99d8e5806",
"60908d6e-4205-471d-9543-9d06195d849a"
],
"OwnerID": "1dcb10e6-4696-4420-9199-2a0b7b745000",
"AccountID": "fdf98027-7b12-4247-ba0b-cf0b1a6b769b"
}
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>d1f4e154-6ac1-4bbe-820a-2aaa76598217</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "d1f4e154-6ac1-4bbe-820a-2aaa76598217"
}