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>042f1151-7468-4a18-aca8-63a2f1a971ff</DocumentPageID> <DocumentPageID>c078831d-7ab6-4a1f-a1ce-507f16e3510c</DocumentPageID> <OwnerID>96367371-f696-4076-a158-1d371de9d2b2</OwnerID> <AccountID>860927ba-373c-4afb-a03f-802d682c6d02</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"042f1151-7468-4a18-aca8-63a2f1a971ff",
"c078831d-7ab6-4a1f-a1ce-507f16e3510c"
],
"OwnerID": "96367371-f696-4076-a158-1d371de9d2b2",
"AccountID": "860927ba-373c-4afb-a03f-802d682c6d02"
}
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>06b5d81d-ac4e-4c6a-991d-1e675f62dd88</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "06b5d81d-ac4e-4c6a-991d-1e675f62dd88"
}