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>8e8a9d6d-6c64-4307-8c08-03e6e88a6514</DocumentPageID> <DocumentPageID>e3aafdd1-e4d4-41f0-825d-47f2fe451484</DocumentPageID> <OwnerID>34a16ad0-bfad-42a7-bc27-3f6310006502</OwnerID> <AccountID>d4c22b59-5414-4746-9d19-bf11d2c176e1</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"8e8a9d6d-6c64-4307-8c08-03e6e88a6514",
"e3aafdd1-e4d4-41f0-825d-47f2fe451484"
],
"OwnerID": "34a16ad0-bfad-42a7-bc27-3f6310006502",
"AccountID": "d4c22b59-5414-4746-9d19-bf11d2c176e1"
}
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>e02980e3-6730-4c37-985b-65ae1a919a88</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "e02980e3-6730-4c37-985b-65ae1a919a88"
}