POST api/Birthday/Studob

Request Information

URI Parameters

None.

Body Parameters

studentdetail
NameDescriptionTypeAdditional information
SESSION

string

None.

ADM_TYPE

string

None.

COMP_ID

integer

None.

ADMIN_NO

string

None.

SNAME

string

None.

STU_TYPE

string

None.

CLASS

string

None.

SECTION

string

None.

GENDER

string

None.

HOUSE

string

None.

RELIGION

string

None.

CATEGORY

string

None.

CASTE

string

None.

FNAME

string

None.

MNAME

string

None.

GNAME

string

None.

DOB

date

None.

D_O_ADMI

date

None.

ADM_IN_CLASS

string

None.

PRE_ADD

string

None.

PRE_CITY

string

None.

PRE_STATE

string

None.

PRE_CONTACT

string

None.

PERM_ADD

string

None.

PERM_CITY

string

None.

PERM_STATE

string

None.

PERM_CONTACT

string

None.

C_ROLL_NO

integer

None.

admission

string

None.

STATUS

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SESSION": "sample string 1",
  "ADM_TYPE": "sample string 2",
  "COMP_ID": 3,
  "ADMIN_NO": "sample string 4",
  "SNAME": "sample string 5",
  "STU_TYPE": "sample string 6",
  "CLASS": "sample string 7",
  "SECTION": "sample string 8",
  "GENDER": "sample string 9",
  "HOUSE": "sample string 10",
  "RELIGION": "sample string 11",
  "CATEGORY": "sample string 12",
  "CASTE": "sample string 13",
  "FNAME": "sample string 14",
  "MNAME": "sample string 15",
  "GNAME": "sample string 16",
  "DOB": "2024-09-18T18:01:05.1538204+05:30",
  "D_O_ADMI": "2024-09-18T18:01:05.1538204+05:30",
  "ADM_IN_CLASS": "sample string 17",
  "PRE_ADD": "sample string 18",
  "PRE_CITY": "sample string 19",
  "PRE_STATE": "sample string 20",
  "PRE_CONTACT": "sample string 21",
  "PERM_ADD": "sample string 22",
  "PERM_CITY": "sample string 23",
  "PERM_STATE": "sample string 24",
  "PERM_CONTACT": "sample string 25",
  "C_ROLL_NO": 26,
  "admission": "sample string 27",
  "STATUS": 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.