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>c515d1da-1406-490e-a071-be4fed479950</DocumentPageID> <DocumentPageID>88d6b0a0-612d-459a-a12d-2e3873deda4e</DocumentPageID> <OwnerID>62875969-a778-4bee-807e-61c20215db91</OwnerID> <AccountID>c06e5ed1-8d38-4f50-9580-1a11e6c7970e</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"c515d1da-1406-490e-a071-be4fed479950",
"88d6b0a0-612d-459a-a12d-2e3873deda4e"
],
"OwnerID": "62875969-a778-4bee-807e-61c20215db91",
"AccountID": "c06e5ed1-8d38-4f50-9580-1a11e6c7970e"
}
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>98127d4e-ec7c-4c38-a34b-063bd82f58b4</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "98127d4e-ec7c-4c38-a34b-063bd82f58b4"
}