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>641aaf48-6927-4f7c-b7f1-f589d8c8d0b5</DocumentPageID> <DocumentPageID>1f6fa03b-be34-4178-b33d-dc09016952fc</DocumentPageID> <OwnerID>990d41af-28bf-42fa-98f9-fa4ac85bc135</OwnerID> <AccountID>36ce80fe-66f4-428a-95a7-ea9206b86067</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"641aaf48-6927-4f7c-b7f1-f589d8c8d0b5",
"1f6fa03b-be34-4178-b33d-dc09016952fc"
],
"OwnerID": "990d41af-28bf-42fa-98f9-fa4ac85bc135",
"AccountID": "36ce80fe-66f4-428a-95a7-ea9206b86067"
}
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>4abde75b-5cd2-424d-9e42-524cdf94f921</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "4abde75b-5cd2-424d-9e42-524cdf94f921"
}