POST api_v1/RecognitionPackages/CreatePackageFromDocumentPages
Создание пакета на основании страниц распознанного документа (прим. учитывается последовательность)
Request Information
Body Parameters
CreatePackageFromDocumentPagesModelName | 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>fa843bca-5e68-47f0-8ddf-598ec33eda8b</DocumentPageID> <DocumentPageID>00df8c14-1ab1-4d3a-80f4-e1929f3d7853</DocumentPageID> <OwnerID>9dfdd22d-896b-4f34-b392-2575a982124d</OwnerID> <AccountID>68572312-a4df-4ffe-a8f6-b73a8f760fe8</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "fa843bca-5e68-47f0-8ddf-598ec33eda8b", "00df8c14-1ab1-4d3a-80f4-e1929f3d7853" ], "OwnerID": "9dfdd22d-896b-4f34-b392-2575a982124d", "AccountID": "68572312-a4df-4ffe-a8f6-b73a8f760fe8" }
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackageIdDTOName | Description | Type | Additional information |
---|---|---|---|
RecognitionPackageId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <RecognitionPackageId>a03d490a-4817-4fd3-ac8b-e941c2c822b6</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "a03d490a-4817-4fd3-ac8b-e941c2c822b6" }