POST api/DeleteOCRTask
Request Information
URI Parameters
None.
Body Parameters
OCRTaskModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OCR_TASK_ID | integer |
None. |
|
| TASK_NAME | string |
None. |
|
| COUNT | integer |
None. |
|
| STATUS | string |
None. |
|
| TASK_CODE | string |
None. |
|
| LINKED_INVESTOR_ID | integer |
None. |
|
| LINKED_INVESTOR_NAME | string |
None. |
|
| LINKED_ENTITY_ID | integer |
None. |
|
| LINKED_ENTITY_NAME | string |
None. |
|
| CREATED_BY | string |
None. |
|
| StrCREATED_DATE | string |
None. |
|
| TYPE | string |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| SELECTED_FILES | string |
None. |
|
| DEEP_READ_TEMPLATE_ID | integer |
None. |
|
| FORM_TYPE_ID | integer |
None. |
|
| DeepReadFileList | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OCR_TASK_ID": 1,
"TASK_NAME": "sample string 2",
"COUNT": 3,
"STATUS": "sample string 4",
"TASK_CODE": "sample string 5",
"LINKED_INVESTOR_ID": 1,
"LINKED_INVESTOR_NAME": "sample string 6",
"LINKED_ENTITY_ID": 1,
"LINKED_ENTITY_NAME": "sample string 7",
"CREATED_BY": "sample string 8",
"StrCREATED_DATE": "sample string 9",
"TYPE": "sample string 10",
"FileBytes": "QEA=",
"SELECTED_FILES": "sample string 11",
"DEEP_READ_TEMPLATE_ID": 1,
"FORM_TYPE_ID": 1,
"DeepReadFileList": "sample string 12"
}
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"
]
}