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>f5559ca4-103a-4716-8886-55f6d2fb0207</DocumentPageID> <DocumentPageID>6f34b116-0b5b-44e9-a150-48bc38109701</DocumentPageID> <OwnerID>a94e9100-44dd-4241-a371-1cb1f60961ed</OwnerID> <AccountID>18f76ffb-04d8-4206-8633-7a49cbb24438</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "f5559ca4-103a-4716-8886-55f6d2fb0207", "6f34b116-0b5b-44e9-a150-48bc38109701" ], "OwnerID": "a94e9100-44dd-4241-a371-1cb1f60961ed", "AccountID": "18f76ffb-04d8-4206-8633-7a49cbb24438" }
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>73e74c85-d5f3-43cf-9857-d0a4487b1744</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "73e74c85-d5f3-43cf-9857-d0a4487b1744" }