POST api/Student/AddMESLiteracyAssessment/{schoolid}/{createby}/{examtype}/{mode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schoolid

string

Required

createby

string

Required

examtype

string

Required

mode

string

Required

Body Parameters

Collection of MESLiteracyAssessment
NameDescriptionTypeAdditional information
lid

integer

None.

examtype

string

None.

year

string

None.

partnerid

string

None.

centid

string

None.

schoolid

string

None.

studentid

string

None.

studname

string

None.

standard

integer

None.

division

string

None.

batchid

string

None.

rollno

integer

None.

q1

integer

None.

q2

integer

None.

q3

integer

None.

q4

integer

None.

q5

integer

None.

q6

integer

None.

q7

integer

None.

q8

integer

None.

q9

integer

None.

q10

integer

None.

q11

integer

None.

q12

integer

None.

q13

integer

None.

q14

integer

None.

q15

integer

None.

q16

integer

None.

q17

integer

None.

q18

integer

None.

q19

integer

None.

q20

integer

None.

q21

integer

None.

q22

integer

None.

q23

integer

None.

q24

integer

None.

q25

integer

None.

q26

integer

None.

q27

integer

None.

absent

integer

None.

totmarks

integer

None.

outof

integer

None.

grade

string

None.

certificatecode

integer

None.

status

integer

None.

createdby

string

None.

createdon

date

None.

pgid

string

None.

updatedby

string

None.

updatedon

date

None.

mode

string

None.

iabsent

integer

None.

rabsent

integer

None.

wabsent

integer

None.

oabsent

integer

None.

eabsent

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "lid": 1,
    "examtype": "sample string 2",
    "year": "sample string 3",
    "partnerid": "sample string 4",
    "centid": "sample string 5",
    "schoolid": "sample string 6",
    "studentid": "sample string 7",
    "studname": "sample string 8",
    "standard": 1,
    "division": "sample string 9",
    "batchid": "sample string 10",
    "rollno": 1,
    "q1": 1,
    "q2": 1,
    "q3": 1,
    "q4": 1,
    "q5": 1,
    "q6": 1,
    "q7": 1,
    "q8": 1,
    "q9": 1,
    "q10": 1,
    "q11": 1,
    "q12": 1,
    "q13": 1,
    "q14": 1,
    "q15": 1,
    "q16": 1,
    "q17": 1,
    "q18": 1,
    "q19": 1,
    "q20": 1,
    "q21": 1,
    "q22": 1,
    "q23": 1,
    "q24": 1,
    "q25": 1,
    "q26": 1,
    "q27": 1,
    "absent": 1,
    "totmarks": 1,
    "outof": 1,
    "grade": "sample string 11",
    "certificatecode": 1,
    "status": 1,
    "createdby": "sample string 12",
    "createdon": "2025-05-10T11:13:31.4882617+05:30",
    "pgid": "sample string 13",
    "updatedby": "sample string 14",
    "updatedon": "2025-05-10T11:13:31.4882617+05:30",
    "mode": "sample string 15",
    "iabsent": 1,
    "rabsent": 1,
    "wabsent": 1,
    "oabsent": 1,
    "eabsent": 1
  },
  {
    "lid": 1,
    "examtype": "sample string 2",
    "year": "sample string 3",
    "partnerid": "sample string 4",
    "centid": "sample string 5",
    "schoolid": "sample string 6",
    "studentid": "sample string 7",
    "studname": "sample string 8",
    "standard": 1,
    "division": "sample string 9",
    "batchid": "sample string 10",
    "rollno": 1,
    "q1": 1,
    "q2": 1,
    "q3": 1,
    "q4": 1,
    "q5": 1,
    "q6": 1,
    "q7": 1,
    "q8": 1,
    "q9": 1,
    "q10": 1,
    "q11": 1,
    "q12": 1,
    "q13": 1,
    "q14": 1,
    "q15": 1,
    "q16": 1,
    "q17": 1,
    "q18": 1,
    "q19": 1,
    "q20": 1,
    "q21": 1,
    "q22": 1,
    "q23": 1,
    "q24": 1,
    "q25": 1,
    "q26": 1,
    "q27": 1,
    "absent": 1,
    "totmarks": 1,
    "outof": 1,
    "grade": "sample string 11",
    "certificatecode": 1,
    "status": 1,
    "createdby": "sample string 12",
    "createdon": "2025-05-10T11:13:31.4882617+05:30",
    "pgid": "sample string 13",
    "updatedby": "sample string 14",
    "updatedon": "2025-05-10T11:13:31.4882617+05:30",
    "mode": "sample string 15",
    "iabsent": 1,
    "rabsent": 1,
    "wabsent": 1,
    "oabsent": 1,
    "eabsent": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfMESLiteracyAssessment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <MESLiteracyAssessment>
    <absent>1</absent>
    <batchid>sample string 10</batchid>
    <centid>sample string 5</centid>
    <certificatecode>1</certificatecode>
    <createdby>sample string 12</createdby>
    <createdon>2025-05-10T11:13:31.4882617+05:30</createdon>
    <division>sample string 9</division>
    <eabsent>1</eabsent>
    <examtype>sample string 2</examtype>
    <grade>sample string 11</grade>
    <iabsent>1</iabsent>
    <lid>1</lid>
    <mode>sample string 15</mode>
    <oabsent>1</oabsent>
    <outof>1</outof>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 13</pgid>
    <q1>1</q1>
    <q10>1</q10>
    <q11>1</q11>
    <q12>1</q12>
    <q13>1</q13>
    <q14>1</q14>
    <q15>1</q15>
    <q16>1</q16>
    <q17>1</q17>
    <q18>1</q18>
    <q19>1</q19>
    <q2>1</q2>
    <q20>1</q20>
    <q21>1</q21>
    <q22>1</q22>
    <q23>1</q23>
    <q24>1</q24>
    <q25>1</q25>
    <q26>1</q26>
    <q27>1</q27>
    <q3>1</q3>
    <q4>1</q4>
    <q5>1</q5>
    <q6>1</q6>
    <q7>1</q7>
    <q8>1</q8>
    <q9>1</q9>
    <rabsent>1</rabsent>
    <rollno>1</rollno>
    <schoolid>sample string 6</schoolid>
    <standard>1</standard>
    <status>1</status>
    <studentid>sample string 7</studentid>
    <studname>sample string 8</studname>
    <totmarks>1</totmarks>
    <updatedby>sample string 14</updatedby>
    <updatedon>2025-05-10T11:13:31.4882617+05:30</updatedon>
    <wabsent>1</wabsent>
    <year>sample string 3</year>
  </MESLiteracyAssessment>
  <MESLiteracyAssessment>
    <absent>1</absent>
    <batchid>sample string 10</batchid>
    <centid>sample string 5</centid>
    <certificatecode>1</certificatecode>
    <createdby>sample string 12</createdby>
    <createdon>2025-05-10T11:13:31.4882617+05:30</createdon>
    <division>sample string 9</division>
    <eabsent>1</eabsent>
    <examtype>sample string 2</examtype>
    <grade>sample string 11</grade>
    <iabsent>1</iabsent>
    <lid>1</lid>
    <mode>sample string 15</mode>
    <oabsent>1</oabsent>
    <outof>1</outof>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 13</pgid>
    <q1>1</q1>
    <q10>1</q10>
    <q11>1</q11>
    <q12>1</q12>
    <q13>1</q13>
    <q14>1</q14>
    <q15>1</q15>
    <q16>1</q16>
    <q17>1</q17>
    <q18>1</q18>
    <q19>1</q19>
    <q2>1</q2>
    <q20>1</q20>
    <q21>1</q21>
    <q22>1</q22>
    <q23>1</q23>
    <q24>1</q24>
    <q25>1</q25>
    <q26>1</q26>
    <q27>1</q27>
    <q3>1</q3>
    <q4>1</q4>
    <q5>1</q5>
    <q6>1</q6>
    <q7>1</q7>
    <q8>1</q8>
    <q9>1</q9>
    <rabsent>1</rabsent>
    <rollno>1</rollno>
    <schoolid>sample string 6</schoolid>
    <standard>1</standard>
    <status>1</status>
    <studentid>sample string 7</studentid>
    <studname>sample string 8</studname>
    <totmarks>1</totmarks>
    <updatedby>sample string 14</updatedby>
    <updatedon>2025-05-10T11:13:31.4882617+05:30</updatedon>
    <wabsent>1</wabsent>
    <year>sample string 3</year>
  </MESLiteracyAssessment>
</ArrayOfMESLiteracyAssessment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>