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>77033084-2121-4b7f-9ce9-00ef387c54a2</DocumentPageID> <DocumentPageID>e33d19fb-2985-4392-9025-a843c769c128</DocumentPageID> <OwnerID>ce81e071-2238-4d0e-bc3e-6e4648503742</OwnerID> <AccountID>8d2c1077-507d-41c1-af7d-5fe2380c64fb</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"77033084-2121-4b7f-9ce9-00ef387c54a2",
"e33d19fb-2985-4392-9025-a843c769c128"
],
"OwnerID": "ce81e071-2238-4d0e-bc3e-6e4648503742",
"AccountID": "8d2c1077-507d-41c1-af7d-5fe2380c64fb"
}
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>9f9d979e-47dd-46c1-a1da-7f66d2f0acbe</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "9f9d979e-47dd-46c1-a1da-7f66d2f0acbe"
}