POST api/Student/studetail

Request Information

URI Parameters

None.

Body Parameters

student_master
NameDescriptionTypeAdditional information
COMP_ID

integer

None.

C_ROLL_NO

integer

None.

SNAME

string

None.

NCLASS

string

None.

NSECTION

string

None.

GENDER

string

None.

FNAME

string

None.

MNAME

string

None.

STU_ADDRESS

string

None.

STU_CONTACT

string

None.

STU_MAIL

string

None.

STU_PASS

string

None.

SESSION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "COMP_ID": 1,
  "C_ROLL_NO": 2,
  "SNAME": "sample string 3",
  "NCLASS": "sample string 4",
  "NSECTION": "sample string 5",
  "GENDER": "sample string 6",
  "FNAME": "sample string 7",
  "MNAME": "sample string 8",
  "STU_ADDRESS": "sample string 9",
  "STU_CONTACT": "sample string 10",
  "STU_MAIL": "sample string 11",
  "STU_PASS": "sample string 12",
  "SESSION": "sample string 13"
}

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.