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>a78c20d3-ccfb-4e3d-951e-2ca16fb05e7f</DocumentPageID> <DocumentPageID>28cf698f-2763-43e7-9b5b-227cdbcd4842</DocumentPageID> <OwnerID>56e6cc19-ed58-4ff0-b874-fd6e09b72564</OwnerID> <AccountID>59205578-709f-4427-9937-f2e1063176c5</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "a78c20d3-ccfb-4e3d-951e-2ca16fb05e7f", "28cf698f-2763-43e7-9b5b-227cdbcd4842" ], "OwnerID": "56e6cc19-ed58-4ff0-b874-fd6e09b72564", "AccountID": "59205578-709f-4427-9937-f2e1063176c5" }
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>fc763f77-5ec1-402e-b86c-bfa02f3e08a9</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "fc763f77-5ec1-402e-b86c-bfa02f3e08a9" }