POST api/DownloadMultipleDocDeepReadFile
Request Information
URI Parameters
None.
Body Parameters
MultipleOCRFileResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MultipleOCRFileID | integer |
None. |
|
| MultipleOCRFormID | string |
None. |
|
| TaskCode | string |
None. |
|
| Status | string |
None. |
|
| ResultURL | string |
None. |
|
| OCRTaskName | string |
None. |
|
| StrMessage | string |
None. |
|
| IsDownloaded | boolean |
None. |
|
| IsFileSplitted | boolean |
None. |
|
| UserId | integer |
None. |
|
| StrCreatedBy | string |
None. |
|
| LINKED_OBJ_NAME | string |
None. |
|
| LINKED_OBJ_TYPE | string |
None. |
|
| StrCreatedDate | string |
None. |
|
| DownloadFileName | string |
None. |
|
| DownloadFilePath | string |
None. |
|
| FolderName | string |
None. |
|
| ClientId | integer |
None. |
|
| RecordStartDate | date |
None. |
|
| RecordEndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"MultipleOCRFileID": 1,
"MultipleOCRFormID": "sample string 2",
"TaskCode": "sample string 3",
"Status": "sample string 4",
"ResultURL": "sample string 5",
"OCRTaskName": "sample string 6",
"StrMessage": "sample string 7",
"IsDownloaded": true,
"IsFileSplitted": true,
"UserId": 10,
"StrCreatedBy": "sample string 11",
"LINKED_OBJ_NAME": "sample string 12",
"LINKED_OBJ_TYPE": "sample string 13",
"StrCreatedDate": "sample string 14",
"DownloadFileName": "sample string 15",
"DownloadFilePath": "sample string 16",
"FolderName": "sample string 17",
"ClientId": 1,
"RecordStartDate": "2025-10-29T13:12:40.6401243+00:00",
"RecordEndDate": "2025-10-29T13:12:40.6401243+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}