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>ae461c04-3406-4389-8061-4978a4ed55a1</DocumentPageID> <DocumentPageID>dd3a6119-e034-453f-9fa4-fb74112fb50f</DocumentPageID> <OwnerID>3734026a-8ec5-4237-938c-e5a61e7613f4</OwnerID> <AccountID>6d73b676-7e91-459d-a89c-a458f503b478</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"ae461c04-3406-4389-8061-4978a4ed55a1",
"dd3a6119-e034-453f-9fa4-fb74112fb50f"
],
"OwnerID": "3734026a-8ec5-4237-938c-e5a61e7613f4",
"AccountID": "6d73b676-7e91-459d-a89c-a458f503b478"
}
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>344415ec-d8c8-4a04-9d1c-3c8ae6f48c3f</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "344415ec-d8c8-4a04-9d1c-3c8ae6f48c3f"
}