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>ecd37b6e-238c-4c43-bf61-12e53ba50a6e</DocumentPageID> <DocumentPageID>952e3e80-7202-406b-b655-af134ce9c183</DocumentPageID> <OwnerID>a636f779-2735-4594-914a-7e6114891731</OwnerID> <AccountID>27b44cf3-a4e9-47dd-8831-944849cd819b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"ecd37b6e-238c-4c43-bf61-12e53ba50a6e",
"952e3e80-7202-406b-b655-af134ce9c183"
],
"OwnerID": "a636f779-2735-4594-914a-7e6114891731",
"AccountID": "27b44cf3-a4e9-47dd-8831-944849cd819b"
}
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>c1b0761f-28f2-4d40-8037-c0d04a5fd31f</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "c1b0761f-28f2-4d40-8037-c0d04a5fd31f"
}