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>6f576eaa-99d9-4f80-9c0b-ba911b51d352</DocumentPageID> <DocumentPageID>d01222b2-edfb-4a24-aaec-16bafec8ea98</DocumentPageID> <OwnerID>f7abb959-02df-4cc6-aab6-b31f36636b52</OwnerID> <AccountID>f6135ba1-ead4-416c-8668-71fa1beb510b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"6f576eaa-99d9-4f80-9c0b-ba911b51d352",
"d01222b2-edfb-4a24-aaec-16bafec8ea98"
],
"OwnerID": "f7abb959-02df-4cc6-aab6-b31f36636b52",
"AccountID": "f6135ba1-ead4-416c-8668-71fa1beb510b"
}
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>911ad4c7-aa5b-49c1-ae37-0d1f67fc45cd</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "911ad4c7-aa5b-49c1-ae37-0d1f67fc45cd"
}