POST api_v1/RecognitionPackages/CreatePackageFromDocumentPages
Создание пакета на основании страниц распознанного документа (прим. учитывается последовательность)
Request Information
Body Parameters
CreatePackageFromDocumentPagesModel| Name | 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>67bb8b3c-a020-453e-94d9-f452393ca4ff</DocumentPageID> <DocumentPageID>7a39316d-e84e-4309-8387-7faf106613c0</DocumentPageID> <OwnerID>1e6fa69e-5e55-4278-84a3-34b4b6cb42ef</OwnerID> <AccountID>ae6cddfc-e7a9-4850-b0b3-b5c580abe040</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"67bb8b3c-a020-453e-94d9-f452393ca4ff",
"7a39316d-e84e-4309-8387-7faf106613c0"
],
"OwnerID": "1e6fa69e-5e55-4278-84a3-34b4b6cb42ef",
"AccountID": "ae6cddfc-e7a9-4850-b0b3-b5c580abe040"
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackageIdDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RecognitionPackageId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <RecognitionPackageId>00d6b958-f5cf-4f4d-9d09-5fcb15048319</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "00d6b958-f5cf-4f4d-9d09-5fcb15048319"
}