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>0a399763-4424-4dfe-9816-6545959331da</DocumentPageID> <DocumentPageID>09d01a7d-ef0e-4a20-a2af-4a886128e459</DocumentPageID> <OwnerID>ed55ab35-e6ef-49e8-801a-127d19d714b7</OwnerID> <AccountID>8b1a742f-5003-4191-a045-08834ee6f063</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"0a399763-4424-4dfe-9816-6545959331da",
"09d01a7d-ef0e-4a20-a2af-4a886128e459"
],
"OwnerID": "ed55ab35-e6ef-49e8-801a-127d19d714b7",
"AccountID": "8b1a742f-5003-4191-a045-08834ee6f063"
}
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>a6048058-ae49-4a7b-8c64-fae750224b48</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "a6048058-ae49-4a7b-8c64-fae750224b48"
}