POST api/scan-document
Request Information
URI Parameters
None.
Body Parameters
ScanDocumentRequestDtoName | Description | Type | Additional information |
---|---|---|---|
documents | Collection of DocumentDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "documents": [ { "mimeType": "sample string 1", "content": "sample string 2" }, { "mimeType": "sample string 1", "content": "sample string 2" } ] }
Response Information
Resource Description
ScanDocumentResponseDtoName | Description | Type | Additional information |
---|---|---|---|
executionId | string |
None. |
|
returnCode | integer |
None. |
|
message | string |
None. |
|
abbyyDocumentId | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.