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>8dde2928-48b3-4575-8c12-2fdcf2a33e53</DocumentPageID> <DocumentPageID>69fe007b-9cad-4431-ab6e-be55482938cd</DocumentPageID> <OwnerID>5530a89c-5a2d-4695-8599-946f23324e40</OwnerID> <AccountID>a9d88704-b401-4737-912c-e3c0456d4ce0</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"8dde2928-48b3-4575-8c12-2fdcf2a33e53",
"69fe007b-9cad-4431-ab6e-be55482938cd"
],
"OwnerID": "5530a89c-5a2d-4695-8599-946f23324e40",
"AccountID": "a9d88704-b401-4737-912c-e3c0456d4ce0"
}
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>27e192e9-94a7-4138-aa45-17058cc14367</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "27e192e9-94a7-4138-aa45-17058cc14367"
}