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>e076b871-6355-496d-9f03-c2d5fa511b53</DocumentPageID> <DocumentPageID>f73fa489-abe9-4eff-9e87-aedf1db48136</DocumentPageID> <OwnerID>d2b5fa26-9fa2-41a9-bec5-df9ea8ed3b6b</OwnerID> <AccountID>93c7fbef-4ac0-4b15-bbed-9c16156b0b03</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"e076b871-6355-496d-9f03-c2d5fa511b53",
"f73fa489-abe9-4eff-9e87-aedf1db48136"
],
"OwnerID": "d2b5fa26-9fa2-41a9-bec5-df9ea8ed3b6b",
"AccountID": "93c7fbef-4ac0-4b15-bbed-9c16156b0b03"
}
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>39c465b0-bef1-4c5b-9570-fa26b590d4ab</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "39c465b0-bef1-4c5b-9570-fa26b590d4ab"
}