POST api/Student/AddMESAssessmentSTEM/{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 MESAserAssessmentCLS
NameDescriptionTypeAdditional information
maserid

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.

e1

integer

None.

e2

integer

None.

e3

integer

None.

e4

integer

None.

m1

integer

None.

m2

integer

None.

m3

integer

None.

m4

integer

None.

m5

integer

None.

s1

integer

None.

s2

integer

None.

s3

integer

None.

s4

integer

None.

i1

integer

None.

i2

integer

None.

t1

string

None.

t2

string

None.

t3

integer

None.

t4

integer

None.

eabsent

integer

None.

mabsent

integer

None.

sabsent

integer

None.

iabsent

integer

None.

tabsent

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.

Request Formats

application/json, text/json

Sample:
[
  {
    "maserid": 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,
    "e1": 1,
    "e2": 1,
    "e3": 1,
    "e4": 1,
    "m1": 1,
    "m2": 1,
    "m3": 1,
    "m4": 1,
    "m5": 1,
    "s1": 1,
    "s2": 1,
    "s3": 1,
    "s4": 1,
    "i1": 1,
    "i2": 1,
    "t1": "sample string 11",
    "t2": "sample string 12",
    "t3": 1,
    "t4": 1,
    "eabsent": 1,
    "mabsent": 1,
    "sabsent": 1,
    "iabsent": 1,
    "tabsent": 1,
    "totmarks": 1,
    "outof": 1,
    "grade": "sample string 13",
    "certificatecode": 1,
    "status": 1,
    "createdby": "sample string 14",
    "createdon": "2025-05-10T10:59:36.8346788+05:30",
    "pgid": "sample string 15",
    "updatedby": "sample string 16",
    "updatedon": "2025-05-10T10:59:36.8346788+05:30",
    "mode": "sample string 17"
  },
  {
    "maserid": 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,
    "e1": 1,
    "e2": 1,
    "e3": 1,
    "e4": 1,
    "m1": 1,
    "m2": 1,
    "m3": 1,
    "m4": 1,
    "m5": 1,
    "s1": 1,
    "s2": 1,
    "s3": 1,
    "s4": 1,
    "i1": 1,
    "i2": 1,
    "t1": "sample string 11",
    "t2": "sample string 12",
    "t3": 1,
    "t4": 1,
    "eabsent": 1,
    "mabsent": 1,
    "sabsent": 1,
    "iabsent": 1,
    "tabsent": 1,
    "totmarks": 1,
    "outof": 1,
    "grade": "sample string 13",
    "certificatecode": 1,
    "status": 1,
    "createdby": "sample string 14",
    "createdon": "2025-05-10T10:59:36.8346788+05:30",
    "pgid": "sample string 15",
    "updatedby": "sample string 16",
    "updatedon": "2025-05-10T10:59:36.8346788+05:30",
    "mode": "sample string 17"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMESAserAssessmentCLS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <MESAserAssessmentCLS>
    <batchid>sample string 10</batchid>
    <centid>sample string 5</centid>
    <certificatecode>1</certificatecode>
    <createdby>sample string 14</createdby>
    <createdon>2025-05-10T10:59:36.8346788+05:30</createdon>
    <division>sample string 9</division>
    <e1>1</e1>
    <e2>1</e2>
    <e3>1</e3>
    <e4>1</e4>
    <eabsent>1</eabsent>
    <examtype>sample string 2</examtype>
    <grade>sample string 13</grade>
    <i1>1</i1>
    <i2>1</i2>
    <iabsent>1</iabsent>
    <m1>1</m1>
    <m2>1</m2>
    <m3>1</m3>
    <m4>1</m4>
    <m5>1</m5>
    <mabsent>1</mabsent>
    <maserid>1</maserid>
    <mode>sample string 17</mode>
    <outof>1</outof>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 15</pgid>
    <rollno>1</rollno>
    <s1>1</s1>
    <s2>1</s2>
    <s3>1</s3>
    <s4>1</s4>
    <sabsent>1</sabsent>
    <schoolid>sample string 6</schoolid>
    <standard>1</standard>
    <status>1</status>
    <studentid>sample string 7</studentid>
    <studname>sample string 8</studname>
    <t1>sample string 11</t1>
    <t2>sample string 12</t2>
    <t3>1</t3>
    <t4>1</t4>
    <tabsent>1</tabsent>
    <totmarks>1</totmarks>
    <updatedby>sample string 16</updatedby>
    <updatedon>2025-05-10T10:59:36.8346788+05:30</updatedon>
    <year>sample string 3</year>
  </MESAserAssessmentCLS>
  <MESAserAssessmentCLS>
    <batchid>sample string 10</batchid>
    <centid>sample string 5</centid>
    <certificatecode>1</certificatecode>
    <createdby>sample string 14</createdby>
    <createdon>2025-05-10T10:59:36.8346788+05:30</createdon>
    <division>sample string 9</division>
    <e1>1</e1>
    <e2>1</e2>
    <e3>1</e3>
    <e4>1</e4>
    <eabsent>1</eabsent>
    <examtype>sample string 2</examtype>
    <grade>sample string 13</grade>
    <i1>1</i1>
    <i2>1</i2>
    <iabsent>1</iabsent>
    <m1>1</m1>
    <m2>1</m2>
    <m3>1</m3>
    <m4>1</m4>
    <m5>1</m5>
    <mabsent>1</mabsent>
    <maserid>1</maserid>
    <mode>sample string 17</mode>
    <outof>1</outof>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 15</pgid>
    <rollno>1</rollno>
    <s1>1</s1>
    <s2>1</s2>
    <s3>1</s3>
    <s4>1</s4>
    <sabsent>1</sabsent>
    <schoolid>sample string 6</schoolid>
    <standard>1</standard>
    <status>1</status>
    <studentid>sample string 7</studentid>
    <studname>sample string 8</studname>
    <t1>sample string 11</t1>
    <t2>sample string 12</t2>
    <t3>1</t3>
    <t4>1</t4>
    <tabsent>1</tabsent>
    <totmarks>1</totmarks>
    <updatedby>sample string 16</updatedby>
    <updatedon>2025-05-10T10:59:36.8346788+05:30</updatedon>
    <year>sample string 3</year>
  </MESAserAssessmentCLS>
</ArrayOfMESAserAssessmentCLS>

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>