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>2f613655-d757-48d9-a853-5720019bd7b6</DocumentPageID> <DocumentPageID>e148bcd6-f515-494d-a4be-44165f2ff2a8</DocumentPageID> <OwnerID>ff62eb3c-bb32-47f2-9ed6-0b3b934b1952</OwnerID> <AccountID>b86fd560-e830-4f7d-90db-b478340c47b3</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"2f613655-d757-48d9-a853-5720019bd7b6",
"e148bcd6-f515-494d-a4be-44165f2ff2a8"
],
"OwnerID": "ff62eb3c-bb32-47f2-9ed6-0b3b934b1952",
"AccountID": "b86fd560-e830-4f7d-90db-b478340c47b3"
}
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>d4238b4f-b4bd-40e4-ab2a-6ce0f2fd38db</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "d4238b4f-b4bd-40e4-ab2a-6ce0f2fd38db"
}