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>e619a8c6-603f-4600-8259-4086d004f21b</DocumentPageID> <DocumentPageID>5335b0a8-26a4-4106-9c73-522635b828f9</DocumentPageID> <OwnerID>4df724a1-5acc-4736-99d8-9ac3e64162cf</OwnerID> <AccountID>0280cacf-46ee-41b9-8942-523c1f840684</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"e619a8c6-603f-4600-8259-4086d004f21b",
"5335b0a8-26a4-4106-9c73-522635b828f9"
],
"OwnerID": "4df724a1-5acc-4736-99d8-9ac3e64162cf",
"AccountID": "0280cacf-46ee-41b9-8942-523c1f840684"
}
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>c25a6904-d8b7-4fd6-90f3-4726407ab2e5</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "c25a6904-d8b7-4fd6-90f3-4726407ab2e5"
}