POST api/SaveOCRTaskFileDetail
Request Information
URI Parameters
None.
Body Parameters
OCRNewFileDetailsModelName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
title | string |
None. |
|
template_name | string |
None. |
|
template_id | integer |
None. |
|
piece_quantity_approved | string |
None. |
|
piece_quantity_confirmed | string |
None. |
|
task_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "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" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseName | 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 }