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>d481668d-4011-461d-9d08-a856a9db0aa6</DocumentPageID> <DocumentPageID>3a977447-1e1b-4a0b-9d22-7766499d7985</DocumentPageID> <OwnerID>8e9422e9-a3d6-4b63-ad58-f1da38336654</OwnerID> <AccountID>ab22a76f-cf18-4af6-afc9-5f1c73cfed6f</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"d481668d-4011-461d-9d08-a856a9db0aa6",
"3a977447-1e1b-4a0b-9d22-7766499d7985"
],
"OwnerID": "8e9422e9-a3d6-4b63-ad58-f1da38336654",
"AccountID": "ab22a76f-cf18-4af6-afc9-5f1c73cfed6f"
}
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>4297c443-3694-41be-9701-ecaf215014ac</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "4297c443-3694-41be-9701-ecaf215014ac"
}