GET api_v1/RecognizedDocuments/GetDocumentPDFResultFileId?recognizedDocumentId={recognizedDocumentId}
Запрос получения идентификатора результирующего pdf файла, который содержит страницы документа, объединённые в рамках одного .pdf файла.
Request Information
Body Parameters
None.
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
RecognizedDocumentPDFResultFileIdDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PdfResultFileId | globally unique identifier |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result> <PdfResultFileId>96961c36-b655-4190-922d-ec78a4b7b75c</PdfResultFileId> </Result>
application/json, text/json
Sample:
{
"PdfResultFileId": "96961c36-b655-4190-922d-ec78a4b7b75c"
}