POST api/Exammark/excrosslistnlu
Request Information
URI Parameters
None.
Body Parameters
ONLINE_NLU_EXAM_UPLOAD| Name | Description | Type | Additional information |
|---|---|---|---|
| FILE_TYPE | string |
None. |
|
| SESSION | string |
None. |
|
| NCLASS | string |
None. |
|
| NSECTION | string |
None. |
|
| PATTERN | string |
None. |
|
| EXAM_NAME | string |
None. |
|
| EXAM_NO | integer |
None. |
|
| SUB_NAME | string |
None. |
|
| SUB_NO | integer |
None. |
|
| C_ROLL_NO | integer |
None. |
|
| COMP_ID | integer |
None. |
|
| ADMIN_NO | string |
None. |
|
| SNAME | string |
None. |
|
| S1 | decimal number |
None. |
|
| E1 | decimal number |
None. |
|
| G1 | string |
None. |
|
| FLAG | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FILE_TYPE": "sample string 1",
"SESSION": "sample string 2",
"NCLASS": "sample string 3",
"NSECTION": "sample string 4",
"PATTERN": "sample string 5",
"EXAM_NAME": "sample string 6",
"EXAM_NO": 7,
"SUB_NAME": "sample string 8",
"SUB_NO": 9,
"C_ROLL_NO": 10,
"COMP_ID": 11,
"ADMIN_NO": "sample string 12",
"SNAME": "sample string 13",
"S1": 14.1,
"E1": 15.1,
"G1": "sample string 16",
"FLAG": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.