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>9b80f3c7-fd15-40dc-9e66-05ebdac46b0c</DocumentPageID> <DocumentPageID>7994022f-f40b-4708-9306-7fabf7cfb93e</DocumentPageID> <OwnerID>ddeda2eb-a093-4fa0-bc41-dcc8ea83afac</OwnerID> <AccountID>68c29827-f6fe-4e8d-9050-e7ad4c94f0c7</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"9b80f3c7-fd15-40dc-9e66-05ebdac46b0c",
"7994022f-f40b-4708-9306-7fabf7cfb93e"
],
"OwnerID": "ddeda2eb-a093-4fa0-bc41-dcc8ea83afac",
"AccountID": "68c29827-f6fe-4e8d-9050-e7ad4c94f0c7"
}
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>bb0a45db-109f-4418-b04d-ca6d00fdb74e</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "bb0a45db-109f-4418-b04d-ca6d00fdb74e"
}