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>a045d290-90a6-485c-bae4-06afe4731ac2</DocumentPageID> <DocumentPageID>f09ede41-d817-4533-8939-299bb962e1d9</DocumentPageID> <OwnerID>d7a6b223-cd71-4f7f-b068-869824b51bdf</OwnerID> <AccountID>6d0bcddc-64a0-4ee4-ac98-990c0474a315</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"a045d290-90a6-485c-bae4-06afe4731ac2",
"f09ede41-d817-4533-8939-299bb962e1d9"
],
"OwnerID": "d7a6b223-cd71-4f7f-b068-869824b51bdf",
"AccountID": "6d0bcddc-64a0-4ee4-ac98-990c0474a315"
}
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>68a613b0-e23f-4a71-9bd5-b9b98952c7ac</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "68a613b0-e23f-4a71-9bd5-b9b98952c7ac"
}