POST api_v1/RecognitionPackages/CreatePdfForPackage
Запрос инициации процесса создания .pdf документа из файлов пакета.
Request Information
Body Parameters
PackageIDModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecognitionPackageID | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <RecognitionPackageID>7d380d1a-c707-4c8f-a0eb-31e9079b4e03</RecognitionPackageID> </Request>
application/json, text/json
Sample:
{
"RecognitionPackageID": "7d380d1a-c707-4c8f-a0eb-31e9079b4e03"
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
EmptyResultDTONone.
Response Formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}