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>3a7df94c-0718-4af6-88ed-8085890f91e7</DocumentPageID> <DocumentPageID>7e6f6db1-b174-4e1b-9727-a2b57abaa933</DocumentPageID> <OwnerID>82258a29-76ec-49c5-8351-8d1d59413738</OwnerID> <AccountID>a027d9df-ef3f-4e94-b612-3abfbf7ac946</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "3a7df94c-0718-4af6-88ed-8085890f91e7", "7e6f6db1-b174-4e1b-9727-a2b57abaa933" ], "OwnerID": "82258a29-76ec-49c5-8351-8d1d59413738", "AccountID": "a027d9df-ef3f-4e94-b612-3abfbf7ac946" }
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>9b3aaa53-5d3a-4631-961e-cf60c7f0d9ba</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "9b3aaa53-5d3a-4631-961e-cf60c7f0d9ba" }