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>49c8a48a-d394-43d7-8630-6afb94f6b761</DocumentPageID> <DocumentPageID>a1ea58c0-c61f-4698-89cc-e99e4db9d244</DocumentPageID> <OwnerID>96bde5aa-fa01-4b8a-be7c-f13dc49b99fc</OwnerID> <AccountID>5b7546fd-9b56-4bb2-82ab-89dbafb38e21</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"49c8a48a-d394-43d7-8630-6afb94f6b761",
"a1ea58c0-c61f-4698-89cc-e99e4db9d244"
],
"OwnerID": "96bde5aa-fa01-4b8a-be7c-f13dc49b99fc",
"AccountID": "5b7546fd-9b56-4bb2-82ab-89dbafb38e21"
}
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>3c1c9802-1db1-4c48-b2c5-0443ccddd5ac</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "3c1c9802-1db1-4c48-b2c5-0443ccddd5ac"
}