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>4a9ecf00-3823-472b-905e-23956228802b</DocumentPageID> <DocumentPageID>6a3de980-7397-4cb7-af91-624092da750f</DocumentPageID> <OwnerID>b4154352-3d75-401b-9c7e-e224dc199d55</OwnerID> <AccountID>b9680713-878c-4776-82fa-636129b52e3b</AccountID> </Request>
application/json, text/json
Sample:
{
"DocumentPageID": [
"4a9ecf00-3823-472b-905e-23956228802b",
"6a3de980-7397-4cb7-af91-624092da750f"
],
"OwnerID": "b4154352-3d75-401b-9c7e-e224dc199d55",
"AccountID": "b9680713-878c-4776-82fa-636129b52e3b"
}
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>2b2da86f-bf3f-4fa1-be78-b55447408cbd</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{
"RecognitionPackageId": "2b2da86f-bf3f-4fa1-be78-b55447408cbd"
}