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>8c6e09b8-49aa-4d6a-b3e3-3a3a33e1d128</DocumentPageID> <DocumentPageID>c452b2b1-a58f-42a5-a88f-4647a8bfd2c6</DocumentPageID> <OwnerID>a8f0cd2b-6006-45b1-b0ee-6a072aff8c76</OwnerID> <AccountID>8b5de157-da69-4b1a-b9fb-4e6715a59208</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"8c6e09b8-49aa-4d6a-b3e3-3a3a33e1d128",
"c452b2b1-a58f-42a5-a88f-4647a8bfd2c6"
],
"OwnerID": "a8f0cd2b-6006-45b1-b0ee-6a072aff8c76",
"AccountID": "8b5de157-da69-4b1a-b9fb-4e6715a59208"
}
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>aff61a13-08b0-4652-b777-2ec79d5c9ec4</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "aff61a13-08b0-4652-b777-2ec79d5c9ec4"
}