POST api/Exammark/exsessat

Request Information

URI Parameters

None.

Body Parameters

ONLINE_EXAM_ATTENDANCE
NameDescriptionTypeAdditional information
FILE_TYPE

integer

None.

NSESSION

string

None.

EXAM_NAME

string

None.

SUB_NAME

string

None.

SUB_CODE

string

None.

COMP_ID

integer

None.

ADMIN_NO

string

None.

SNAME

string

None.

NCLASS

string

None.

NSECTION

string

None.

C_ROLL_NO

integer

None.

S1

decimal number

None.

S2

decimal number

None.

E1

decimal number

None.

E2

decimal number

None.

G1

string

None.

G2

string

None.

FLAG

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FILE_TYPE": 1,
  "NSESSION": "sample string 2",
  "EXAM_NAME": "sample string 3",
  "SUB_NAME": "sample string 4",
  "SUB_CODE": "sample string 5",
  "COMP_ID": 6,
  "ADMIN_NO": "sample string 7",
  "SNAME": "sample string 8",
  "NCLASS": "sample string 9",
  "NSECTION": "sample string 10",
  "C_ROLL_NO": 11,
  "S1": 12.1,
  "S2": 13.1,
  "E1": 14.1,
  "E2": 15.1,
  "G1": "sample string 16",
  "G2": "sample string 17",
  "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.