POST api/SaveMultipleDocumentOCRTaskDetail
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-29T12:57:53.9306071+00:00",
"RecordEndDate": "2025-10-29T12:57:53.9306071+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| TAID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"TAID": 3
}