POST api_v1/RecognitionPackages/CreatePackageFromDocumentPages
Создание пакета на основании страниц распознанного документа (прим. учитывается последовательность)
Request Information
Body Parameters
CreatePackageFromDocumentPagesModelName | 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>24ee9f5e-cd59-419a-a57b-b3cb2afb2f68</DocumentPageID> <DocumentPageID>a9f2be0d-321c-4bdc-8e55-0dc538adcbcb</DocumentPageID> <OwnerID>a3ff1118-a57a-46fb-8df5-606a82ffa1d9</OwnerID> <AccountID>c1e328c2-e3f2-4e1f-9e47-0823a069f81b</AccountID> </Request>
application/json, text/json
Sample:
{ "DocumentPageID": [ "24ee9f5e-cd59-419a-a57b-b3cb2afb2f68", "a9f2be0d-321c-4bdc-8e55-0dc538adcbcb" ], "OwnerID": "a3ff1118-a57a-46fb-8df5-606a82ffa1d9", "AccountID": "c1e328c2-e3f2-4e1f-9e47-0823a069f81b" }
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognitionPackageIdDTOName | Description | Type | Additional information |
---|---|---|---|
RecognitionPackageId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <RecognitionPackageId>ba906b38-c4cc-46bb-ac76-e29b2802f52b</RecognitionPackageId> </Result>
application/json, text/json
Sample:
{ "RecognitionPackageId": "ba906b38-c4cc-46bb-ac76-e29b2802f52b" }