POST api/Center/AddMyESchoolAssessmentGradewise/{schoolid}/{createby}/{examtype}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
schoolid | string |
Required |
|
createby | string |
Required |
|
examtype | string |
Required |
Body Parameters
Collection of MyESchoolAssessmentGradewiseName | Description | Type | Additional information |
---|---|---|---|
agrid | 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. |
|
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. |
|
rabsent | integer |
None. |
|
mabsent | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "agrid": 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, "totmarks": 1, "outof": 1, "grade": "sample string 11", "certificatecode": 1, "status": 1, "createdby": "sample string 12", "createdon": "2025-05-10T11:34:18.0831476+05:30", "pgid": "sample string 13", "updatedby": "sample string 14", "updatedon": "2025-05-10T11:34:18.0831476+05:30", "rabsent": 1, "mabsent": 1 }, { "agrid": 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, "totmarks": 1, "outof": 1, "grade": "sample string 11", "certificatecode": 1, "status": 1, "createdby": "sample string 12", "createdon": "2025-05-10T11:34:18.0831476+05:30", "pgid": "sample string 13", "updatedby": "sample string 14", "updatedon": "2025-05-10T11:34:18.0831476+05:30", "rabsent": 1, "mabsent": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfMyESchoolAssessmentGradewise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <MyESchoolAssessmentGradewise> <agrid>1</agrid> <batchid>sample string 10</batchid> <centid>sample string 5</centid> <certificatecode>1</certificatecode> <createdby>sample string 12</createdby> <createdon>2025-05-10T11:34:18.0831476+05:30</createdon> <division>sample string 9</division> <examtype>sample string 2</examtype> <grade>sample string 11</grade> <mabsent>1</mabsent> <outof>1</outof> <partnerid>sample string 4</partnerid> <pgid>sample string 13</pgid> <q1>1</q1> <q10>1</q10> <q2>1</q2> <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:34:18.0831476+05:30</updatedon> <year>sample string 3</year> </MyESchoolAssessmentGradewise> <MyESchoolAssessmentGradewise> <agrid>1</agrid> <batchid>sample string 10</batchid> <centid>sample string 5</centid> <certificatecode>1</certificatecode> <createdby>sample string 12</createdby> <createdon>2025-05-10T11:34:18.0831476+05:30</createdon> <division>sample string 9</division> <examtype>sample string 2</examtype> <grade>sample string 11</grade> <mabsent>1</mabsent> <outof>1</outof> <partnerid>sample string 4</partnerid> <pgid>sample string 13</pgid> <q1>1</q1> <q10>1</q10> <q2>1</q2> <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:34:18.0831476+05:30</updatedon> <year>sample string 3</year> </MyESchoolAssessmentGradewise> </ArrayOfMyESchoolAssessmentGradewise>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse 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>