GET api/GetOCRTaskDetailsById?OCR_TASK_ID={OCR_TASK_ID}

Request Information

URI Parameters

Name Description Type Additional information
OCR_TASK_ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiPostResponseOfOCRTaskModel
Name Description Type Additional information
Data

OCRTaskModel

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "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"
  },
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}