POST api/Staff/Allstaff

Request Information

URI Parameters

None.

Body Parameters

Staffmaster
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

STAFF_ID

string

None.

STAFF_NAME

string

None.

DOB

date

None.

FNAME

string

None.

MNAME

string

None.

PRESENT_ADD

string

None.

PRESENT_CITY

string

None.

PRESENT_STATE

string

None.

PRESENT_CONTACT

string

None.

PERMA_ADD

string

None.

PERMA_CITY

string

None.

PERMA_STATE

string

None.

PERMA_CONTACT

string

None.

MAX_QUALI

string

None.

MAX_PERSANT

string

None.

MAX_UNIVER

string

None.

PROF_QUALI

string

None.

PROF_PERSENT

string

None.

PROF_UNIVER

string

None.

JOINING_DATE

date

None.

DESIGNATION

string

None.

DESI_GROUP

string

None.

IS_CLASS_TEACHER

boolean

None.

CLASS

string

None.

SECTION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "STAFF_ID": "sample string 2",
  "STAFF_NAME": "sample string 3",
  "DOB": "2024-09-18T18:02:31.338497+05:30",
  "FNAME": "sample string 4",
  "MNAME": "sample string 5",
  "PRESENT_ADD": "sample string 6",
  "PRESENT_CITY": "sample string 7",
  "PRESENT_STATE": "sample string 8",
  "PRESENT_CONTACT": "sample string 9",
  "PERMA_ADD": "sample string 10",
  "PERMA_CITY": "sample string 11",
  "PERMA_STATE": "sample string 12",
  "PERMA_CONTACT": "sample string 13",
  "MAX_QUALI": "sample string 14",
  "MAX_PERSANT": "sample string 15",
  "MAX_UNIVER": "sample string 16",
  "PROF_QUALI": "sample string 17",
  "PROF_PERSENT": "sample string 18",
  "PROF_UNIVER": "sample string 19",
  "JOINING_DATE": "2024-09-18T18:02:31.338497+05:30",
  "DESIGNATION": "sample string 20",
  "DESI_GROUP": "sample string 21",
  "IS_CLASS_TEACHER": true,
  "CLASS": "sample string 23",
  "SECTION": "sample string 24"
}

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.