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>fd61a774-6147-4605-8eff-e8ab414a9bc3</DocumentPageID> <DocumentPageID>73ad2038-c273-44c1-9d44-dc9d1788b373</DocumentPageID> <OwnerID>9aa2c018-a337-4f6f-90a2-e732a693450b</OwnerID> <AccountID>4cadf029-9682-4d9d-ba42-29131692ced9</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"fd61a774-6147-4605-8eff-e8ab414a9bc3",
"73ad2038-c273-44c1-9d44-dc9d1788b373"
],
"OwnerID": "9aa2c018-a337-4f6f-90a2-e732a693450b",
"AccountID": "4cadf029-9682-4d9d-ba42-29131692ced9"
}
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>5c7b8491-38f4-43aa-b127-ee043de106c6</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "5c7b8491-38f4-43aa-b127-ee043de106c6"
}