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>46d21b0c-b3a5-446c-b165-b2190c248935</DocumentPageID> <DocumentPageID>52423f26-b8ff-4cc5-bd35-0570baf65dda</DocumentPageID> <OwnerID>da1c68d4-339a-4bec-b02f-4f8058d411cb</OwnerID> <AccountID>fb64883b-5920-4e11-9b43-e075d8e6a14c</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"46d21b0c-b3a5-446c-b165-b2190c248935",
"52423f26-b8ff-4cc5-bd35-0570baf65dda"
],
"OwnerID": "da1c68d4-339a-4bec-b02f-4f8058d411cb",
"AccountID": "fb64883b-5920-4e11-9b43-e075d8e6a14c"
}
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>25302f96-ed83-49e6-a663-03d4503a2441</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "25302f96-ed83-49e6-a663-03d4503a2441"
}