POST api/Exammark/excrosslistg

Request Information

URI Parameters

None.

Body Parameters

online_exam_grade
NameDescriptionTypeAdditional information
NSESSION

string

None.

EXAM_NAME

string

None.

SUB_NAME

string

None.

C_ROLL_NO

integer

None.

COMP_ID

integer

None.

ADMIN_NO

string

None.

SNAME

string

None.

NCLASS

string

None.

NSECTION

string

None.

G1

string

None.

FLAG

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "NSESSION": "sample string 1",
  "EXAM_NAME": "sample string 2",
  "SUB_NAME": "sample string 3",
  "C_ROLL_NO": 4,
  "COMP_ID": 5,
  "ADMIN_NO": "sample string 6",
  "SNAME": "sample string 7",
  "NCLASS": "sample string 8",
  "NSECTION": "sample string 9",
  "G1": "sample string 10",
  "FLAG": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.