Description |
Uploads a document from the client to the specified database. |
||||||||||||||||||
Method Type |
POST |
||||||||||||||||||
URL |
api/dm/upload |
||||||||||||||||||
Parameters |
|
||||||||||||||||||
Response Type |
JSON (JsonResult) |
||||||||||||||||||
Return values |
{ response (String) }
On success: “600” Otherwise, a relevant error code from Printer Driver HTTP Upload errors. |
Programming notes
The API will automatically read the OCRDatabaseType value from the appsettings.json file, and decide if the OCR must be stored in the SQL, or in the ODBC database.
Example
None
Requirements