GET api/GetFileIdByTaskCode?TaskCode={TaskCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfOCRNewFileDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of OCRNewFileDetailsModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"id": 1,
"title": "sample string 1",
"template_name": "sample string 2",
"template_id": 1,
"piece_quantity_approved": "sample string 3",
"piece_quantity_confirmed": "sample string 4",
"task_code": "sample string 5"
},
{
"id": 1,
"title": "sample string 1",
"template_name": "sample string 2",
"template_id": 1,
"piece_quantity_approved": "sample string 3",
"piece_quantity_confirmed": "sample string 4",
"task_code": "sample string 5"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}