GetDocument
What it does
Gets extended information about a document.
Definition
Document GetDocument( int sessionId, int batchId, int documentId );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
batchId | int | The ID of the batch that contains the document about which information is to be retrieved |
documentId | int | The ID of the document about which information is to be retrieved |
Returned value
Type | Description |
Document | Information about the document |
12.04.2024 18:16:01