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>fcaa5399-2b73-4570-a821-6031210ad673</DocumentPageID> <DocumentPageID>d5c755b2-3523-4dfa-933e-173bb9bcde5a</DocumentPageID> <OwnerID>56a9ef7f-653d-4228-a2c0-0b998480f747</OwnerID> <AccountID>7e504ebf-5068-4eea-bc54-17ea000669d6</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"fcaa5399-2b73-4570-a821-6031210ad673",
"d5c755b2-3523-4dfa-933e-173bb9bcde5a"
],
"OwnerID": "56a9ef7f-653d-4228-a2c0-0b998480f747",
"AccountID": "7e504ebf-5068-4eea-bc54-17ea000669d6"
}
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>2118263a-6f74-48b1-b03c-8eab4f10fc08</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "2118263a-6f74-48b1-b03c-8eab4f10fc08"
}