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>dcfaccd2-be40-4f4b-afaa-6e19620c67c6</DocumentPageID> <DocumentPageID>b6363814-5633-4eff-b876-e82c4203dad9</DocumentPageID> <OwnerID>5dd542bb-d1c3-4228-821c-1911a8fa6c90</OwnerID> <AccountID>4d1b7ad3-8f6f-4781-affd-5acfbdf49cf4</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"dcfaccd2-be40-4f4b-afaa-6e19620c67c6",
"b6363814-5633-4eff-b876-e82c4203dad9"
],
"OwnerID": "5dd542bb-d1c3-4228-821c-1911a8fa6c90",
"AccountID": "4d1b7ad3-8f6f-4781-affd-5acfbdf49cf4"
}
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>cd3f7273-907c-42a0-ac81-2bc42e0a68f4</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "cd3f7273-907c-42a0-ac81-2bc42e0a68f4"
}