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>eb373156-165f-4828-93af-43537e7b491f</DocumentPageID> <DocumentPageID>5e0d97a1-c273-4821-9919-71d30df9ac5f</DocumentPageID> <OwnerID>57aed23e-2f3b-487c-9da0-f8d358467c34</OwnerID> <AccountID>fc733c8f-3aab-4232-bbdf-2f1400ee6a2d</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"eb373156-165f-4828-93af-43537e7b491f",
"5e0d97a1-c273-4821-9919-71d30df9ac5f"
],
"OwnerID": "57aed23e-2f3b-487c-9da0-f8d358467c34",
"AccountID": "fc733c8f-3aab-4232-bbdf-2f1400ee6a2d"
}
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>470d2072-c56c-4e9a-9b6f-9a83a0d6f977</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "470d2072-c56c-4e9a-9b6f-9a83a0d6f977"
}