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>e0a7c4ed-77d2-41fe-9b21-adc02c7c285d</DocumentPageID> <DocumentPageID>7a7ee865-af63-4972-8060-1965bbfbf1a0</DocumentPageID> <OwnerID>6d1bd214-7f89-4900-9a2e-f5a9f2dfb9c9</OwnerID> <AccountID>dbf775c4-3235-4756-9899-885c293d4be4</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"e0a7c4ed-77d2-41fe-9b21-adc02c7c285d",
"7a7ee865-af63-4972-8060-1965bbfbf1a0"
],
"OwnerID": "6d1bd214-7f89-4900-9a2e-f5a9f2dfb9c9",
"AccountID": "dbf775c4-3235-4756-9899-885c293d4be4"
}
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>ad31714f-7ceb-4b0e-a800-d1723a62ddad</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "ad31714f-7ceb-4b0e-a800-d1723a62ddad"
}