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>7c46ee37-aec4-4f99-a755-378bb3839578</DocumentPageID> <DocumentPageID>fcb0a034-2fac-4674-b686-348e24f1d0e9</DocumentPageID> <OwnerID>7fc6b257-c49f-4b7b-a88e-3751a6046561</OwnerID> <AccountID>0947712e-b130-40c7-a9a7-d70e3d7ac50b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"7c46ee37-aec4-4f99-a755-378bb3839578",
"fcb0a034-2fac-4674-b686-348e24f1d0e9"
],
"OwnerID": "7fc6b257-c49f-4b7b-a88e-3751a6046561",
"AccountID": "0947712e-b130-40c7-a9a7-d70e3d7ac50b"
}
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>d60731be-7717-4f4f-ad48-27fe25f3a893</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "d60731be-7717-4f4f-ad48-27fe25f3a893"
}