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>9a7a7ce9-2ca2-4c34-9cad-6f98d10f949b</DocumentPageID> <DocumentPageID>505b2c05-70d0-4c39-a187-71cfa9547b82</DocumentPageID> <OwnerID>a411856d-730d-473f-9639-bed9a4cc3c21</OwnerID> <AccountID>26ab322b-ff9b-4e17-9fe8-251971c7f46c</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "9a7a7ce9-2ca2-4c34-9cad-6f98d10f949b", "505b2c05-70d0-4c39-a187-71cfa9547b82" ], "OwnerID": "a411856d-730d-473f-9639-bed9a4cc3c21", "AccountID": "26ab322b-ff9b-4e17-9fe8-251971c7f46c" }
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>fae6980b-85e3-4139-94aa-d0664f5d5bbe</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "fae6980b-85e3-4139-94aa-d0664f5d5bbe" }