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>99e8b2de-b98a-4fad-bdd1-fa4fac296c81</DocumentPageID> <DocumentPageID>41a71d08-4889-44e8-a2b0-ba610b857d38</DocumentPageID> <OwnerID>cfff889f-5df6-4562-aadd-45ee1593f46b</OwnerID> <AccountID>7aaaeab8-e2ae-4a9e-826b-3df8f5bcd88e</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"99e8b2de-b98a-4fad-bdd1-fa4fac296c81",
"41a71d08-4889-44e8-a2b0-ba610b857d38"
],
"OwnerID": "cfff889f-5df6-4562-aadd-45ee1593f46b",
"AccountID": "7aaaeab8-e2ae-4a9e-826b-3df8f5bcd88e"
}
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>35b2fce8-4d6b-47e9-8df4-ca6c18ba5e7f</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "35b2fce8-4d6b-47e9-8df4-ca6c18ba5e7f"
}