POST api/SaveOCRTaskDetail

Request Information

URI Parameters

None.

Body Parameters

OCRResponseModel
Name Description Type Additional information
ocr_file_Id

integer

None.

form_ids

string

None.

str_form_ids

string

None.

task_code

string

None.

status

string

None.

percentage

string

None.

result_url

string

None.

ocr_task_name

string

None.

is_downloaded

boolean

None.

createdBy

integer

None.

StrCreatedBy

string

None.

LINKED_OBJ_NAME

string

None.

LINKED_OBJ_TYPE

string

None.

StrCreatedDate

string

None.

StrMessage

string

None.

DownloadFileName

string

None.

DownloadFilePath

string

None.

ApproveStatus

string

None.

form_type_id

integer

None.

form_type_name

string

None.

str_form_names

string

None.

UserId

integer

None.

str_linked_obj_names

string

None.

IMPORTED_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ocr_file_Id": 1,
  "form_ids": "sample string 2",
  "str_form_ids": "sample string 3",
  "task_code": "sample string 4",
  "status": "sample string 5",
  "percentage": "sample string 6",
  "result_url": "sample string 7",
  "ocr_task_name": "sample string 8",
  "is_downloaded": true,
  "createdBy": 10,
  "StrCreatedBy": "sample string 11",
  "LINKED_OBJ_NAME": "sample string 12",
  "LINKED_OBJ_TYPE": "sample string 13",
  "StrCreatedDate": "sample string 14",
  "StrMessage": "sample string 15",
  "DownloadFileName": "sample string 16",
  "DownloadFilePath": "sample string 17",
  "ApproveStatus": "sample string 18",
  "form_type_id": 19,
  "form_type_name": "sample string 20",
  "str_form_names": "sample string 21",
  "UserId": 1,
  "str_linked_obj_names": "sample string 22",
  "IMPORTED_STATUS": "sample string 23"
}

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
}