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>de75c6b0-153e-4483-a21e-871fb48d4a9f</DocumentPageID> <DocumentPageID>c07a9591-e759-4c4f-9463-ef18f6da7264</DocumentPageID> <OwnerID>6bc366e7-07b5-491d-bc38-8b14a83b68e2</OwnerID> <AccountID>a9dbfe5f-ad99-4c20-8b3d-7994856ea87b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"de75c6b0-153e-4483-a21e-871fb48d4a9f",
"c07a9591-e759-4c4f-9463-ef18f6da7264"
],
"OwnerID": "6bc366e7-07b5-491d-bc38-8b14a83b68e2",
"AccountID": "a9dbfe5f-ad99-4c20-8b3d-7994856ea87b"
}
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>995b9e02-c386-4ae4-a949-ccc2cd4ba70d</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "995b9e02-c386-4ae4-a949-ccc2cd4ba70d"
}