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>685ca3ad-e944-4b70-91fc-86278f773106</DocumentPageID> <DocumentPageID>67731169-720a-4d86-87fc-ed05861ba5f4</DocumentPageID> <OwnerID>d81623e5-684e-4686-b7a1-541c5c9f6677</OwnerID> <AccountID>c570690b-5e6b-40d8-965b-9c5865149cc9</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"685ca3ad-e944-4b70-91fc-86278f773106",
"67731169-720a-4d86-87fc-ed05861ba5f4"
],
"OwnerID": "d81623e5-684e-4686-b7a1-541c5c9f6677",
"AccountID": "c570690b-5e6b-40d8-965b-9c5865149cc9"
}
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>3c42a350-03e7-4706-b745-5a18d9dedcf2</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "3c42a350-03e7-4706-b745-5a18d9dedcf2"
}