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>4acad764-c19f-4ff6-a023-f2ee490f310f</DocumentPageID> <DocumentPageID>536243e3-fd74-42e9-ac47-a028141446aa</DocumentPageID> <OwnerID>6ea19d41-dffd-405c-b5b6-b9c45a05ce0e</OwnerID> <AccountID>0df848e7-16ea-4070-8fb8-73b0936679e6</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"4acad764-c19f-4ff6-a023-f2ee490f310f",
"536243e3-fd74-42e9-ac47-a028141446aa"
],
"OwnerID": "6ea19d41-dffd-405c-b5b6-b9c45a05ce0e",
"AccountID": "0df848e7-16ea-4070-8fb8-73b0936679e6"
}
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>5c5e100c-45eb-4a4a-aee6-93cbdb497216</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "5c5e100c-45eb-4a4a-aee6-93cbdb497216"
}