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>8f928a2b-d30d-43ca-a531-e312fa7db4e1</DocumentPageID> <DocumentPageID>c8e850b7-abc5-44b5-a89c-fc1dd6d90835</DocumentPageID> <OwnerID>3a2955a7-9612-4c71-9325-cdd9512a0596</OwnerID> <AccountID>a2d3af62-8b74-42f3-b62d-fd1bd822b6d6</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "8f928a2b-d30d-43ca-a531-e312fa7db4e1", "c8e850b7-abc5-44b5-a89c-fc1dd6d90835" ], "OwnerID": "3a2955a7-9612-4c71-9325-cdd9512a0596", "AccountID": "a2d3af62-8b74-42f3-b62d-fd1bd822b6d6" }
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>04acd98f-6a96-4dfb-8ce2-241fd2b57e32</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "04acd98f-6a96-4dfb-8ce2-241fd2b57e32" }