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>d2f2699f-9211-46b1-bd36-2cc53a00a0cf</DocumentPageID> <DocumentPageID>d5635ed3-92b2-457a-b869-4a06804b5f45</DocumentPageID> <OwnerID>633e0fbd-f75f-47c3-a4a6-2a33d44de5c4</OwnerID> <AccountID>e32588f5-10b3-4bee-91ed-2b9b90e4c848</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"d2f2699f-9211-46b1-bd36-2cc53a00a0cf",
"d5635ed3-92b2-457a-b869-4a06804b5f45"
],
"OwnerID": "633e0fbd-f75f-47c3-a4a6-2a33d44de5c4",
"AccountID": "e32588f5-10b3-4bee-91ed-2b9b90e4c848"
}
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>8d54c1bb-71b7-46fc-b612-fb525e1fabd5</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "8d54c1bb-71b7-46fc-b612-fb525e1fabd5"
}