POST api/Center/AddEnglishAserAssessment/{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 EnglishAserAssessment| Name | Description | Type | Additional information |
|---|---|---|---|
| asrid | 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. |
|
| gender | string |
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. |
|
| rabsent | integer |
None. |
|
| mabsent | 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. |
Request Formats
application/json, text/json
Sample:
[
{
"asrid": 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,
"gender": "sample string 11",
"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,
"rabsent": 1,
"mabsent": 1,
"totmarks": 1,
"outof": 1,
"grade": "sample string 12",
"certificatecode": 1,
"status": 1,
"createdby": "sample string 13",
"createdon": "2025-10-30T02:53:38.929702+05:30",
"pgid": "sample string 14",
"updatedby": "sample string 15",
"updatedon": "2025-10-30T02:53:38.929702+05:30"
},
{
"asrid": 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,
"gender": "sample string 11",
"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,
"rabsent": 1,
"mabsent": 1,
"totmarks": 1,
"outof": 1,
"grade": "sample string 12",
"certificatecode": 1,
"status": 1,
"createdby": "sample string 13",
"createdon": "2025-10-30T02:53:38.929702+05:30",
"pgid": "sample string 14",
"updatedby": "sample string 15",
"updatedon": "2025-10-30T02:53:38.929702+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfEnglishAserAssessment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<EnglishAserAssessment>
<asrid>1</asrid>
<batchid>sample string 10</batchid>
<centid>sample string 5</centid>
<certificatecode>1</certificatecode>
<createdby>sample string 13</createdby>
<createdon>2025-10-30T02:53:38.929702+05:30</createdon>
<division>sample string 9</division>
<examtype>sample string 2</examtype>
<gender>sample string 11</gender>
<grade>sample string 12</grade>
<mabsent>1</mabsent>
<outof>1</outof>
<partnerid>sample string 4</partnerid>
<pgid>sample string 14</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>
<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 15</updatedby>
<updatedon>2025-10-30T02:53:38.929702+05:30</updatedon>
<year>sample string 3</year>
</EnglishAserAssessment>
<EnglishAserAssessment>
<asrid>1</asrid>
<batchid>sample string 10</batchid>
<centid>sample string 5</centid>
<certificatecode>1</certificatecode>
<createdby>sample string 13</createdby>
<createdon>2025-10-30T02:53:38.929702+05:30</createdon>
<division>sample string 9</division>
<examtype>sample string 2</examtype>
<gender>sample string 11</gender>
<grade>sample string 12</grade>
<mabsent>1</mabsent>
<outof>1</outof>
<partnerid>sample string 4</partnerid>
<pgid>sample string 14</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>
<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 15</updatedby>
<updatedon>2025-10-30T02:53:38.929702+05:30</updatedon>
<year>sample string 3</year>
</EnglishAserAssessment>
</ArrayOfEnglishAserAssessment>
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>