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>69cb537c-2db5-43f9-927c-72d471926496</DocumentPageID> <DocumentPageID>42dd7126-6abe-420b-8085-1af459362f42</DocumentPageID> <OwnerID>e83cb9f6-31ed-4d06-b061-8322daa62c9d</OwnerID> <AccountID>5d6783b7-5b3d-4b85-865a-386a40918032</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"69cb537c-2db5-43f9-927c-72d471926496",
"42dd7126-6abe-420b-8085-1af459362f42"
],
"OwnerID": "e83cb9f6-31ed-4d06-b061-8322daa62c9d",
"AccountID": "5d6783b7-5b3d-4b85-865a-386a40918032"
}
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>ff5b01c1-b832-403f-8db8-f5f4f8dc09b7</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "ff5b01c1-b832-403f-8db8-f5f4f8dc09b7"
}