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>005180cd-c512-40dc-a2e0-13b0f34770ef</DocumentPageID> <DocumentPageID>e46d8b33-e999-412e-ab97-69875b2f0885</DocumentPageID> <OwnerID>274df6f2-f529-42fc-9900-00975ca968de</OwnerID> <AccountID>43092685-68c3-4e0a-a240-3b8c20e22cd5</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"005180cd-c512-40dc-a2e0-13b0f34770ef",
"e46d8b33-e999-412e-ab97-69875b2f0885"
],
"OwnerID": "274df6f2-f529-42fc-9900-00975ca968de",
"AccountID": "43092685-68c3-4e0a-a240-3b8c20e22cd5"
}
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>ac79e2f3-7915-429e-b011-a66f3c6a304d</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "ac79e2f3-7915-429e-b011-a66f3c6a304d"
}