POST api/Student/AddExtraLectureAttendanceNB/{schoolid}/{empid}/{standard}/{batchid}/{division}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolid | string |
Required |
|
| empid | string |
Required |
|
| standard | string |
Required |
|
| batchid | string |
Required |
|
| division | string |
Required |
Body Parameters
Collection of GetCALStudentNB| Name | Description | Type | Additional information |
|---|---|---|---|
| exid | string |
None. |
|
| attid | string |
None. |
|
| schoolid | string |
None. |
|
| exam | string |
None. |
|
| lecdate | date |
None. |
|
| starttime | string |
None. |
|
| endtime | string |
None. |
|
| standard | string |
None. |
|
| division | string |
None. |
|
| batchid | string |
None. |
|
| rollno | string |
None. |
|
| totlecminutes | string |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| presenty | string |
None. |
|
| remark | string |
None. |
|
| assignment | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| totnb | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"exid": "sample string 1",
"attid": "sample string 2",
"schoolid": "sample string 3",
"exam": "sample string 4",
"lecdate": "2025-10-30T03:03:33.6081415+05:30",
"starttime": "sample string 5",
"endtime": "sample string 6",
"standard": "sample string 7",
"division": "sample string 8",
"batchid": "sample string 9",
"rollno": "sample string 10",
"totlecminutes": "sample string 11",
"studentid": "sample string 12",
"studentname": "sample string 13",
"presenty": "sample string 14",
"remark": "sample string 15",
"assignment": "sample string 16",
"month": "sample string 17",
"year": "sample string 18",
"totnb": 19
},
{
"exid": "sample string 1",
"attid": "sample string 2",
"schoolid": "sample string 3",
"exam": "sample string 4",
"lecdate": "2025-10-30T03:03:33.6081415+05:30",
"starttime": "sample string 5",
"endtime": "sample string 6",
"standard": "sample string 7",
"division": "sample string 8",
"batchid": "sample string 9",
"rollno": "sample string 10",
"totlecminutes": "sample string 11",
"studentid": "sample string 12",
"studentname": "sample string 13",
"presenty": "sample string 14",
"remark": "sample string 15",
"assignment": "sample string 16",
"month": "sample string 17",
"year": "sample string 18",
"totnb": 19
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALStudentNB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALStudentNB>
<assignment>sample string 16</assignment>
<attid>sample string 2</attid>
<batchid>sample string 9</batchid>
<division>sample string 8</division>
<endtime>sample string 6</endtime>
<exam>sample string 4</exam>
<exid>sample string 1</exid>
<lecdate>2025-10-30T03:03:33.6081415+05:30</lecdate>
<month>sample string 17</month>
<presenty>sample string 14</presenty>
<remark>sample string 15</remark>
<rollno>sample string 10</rollno>
<schoolid>sample string 3</schoolid>
<standard>sample string 7</standard>
<starttime>sample string 5</starttime>
<studentid>sample string 12</studentid>
<studentname>sample string 13</studentname>
<totlecminutes>sample string 11</totlecminutes>
<totnb>19</totnb>
<year>sample string 18</year>
</GetCALStudentNB>
<GetCALStudentNB>
<assignment>sample string 16</assignment>
<attid>sample string 2</attid>
<batchid>sample string 9</batchid>
<division>sample string 8</division>
<endtime>sample string 6</endtime>
<exam>sample string 4</exam>
<exid>sample string 1</exid>
<lecdate>2025-10-30T03:03:33.6081415+05:30</lecdate>
<month>sample string 17</month>
<presenty>sample string 14</presenty>
<remark>sample string 15</remark>
<rollno>sample string 10</rollno>
<schoolid>sample string 3</schoolid>
<standard>sample string 7</standard>
<starttime>sample string 5</starttime>
<studentid>sample string 12</studentid>
<studentname>sample string 13</studentname>
<totlecminutes>sample string 11</totlecminutes>
<totnb>19</totnb>
<year>sample string 18</year>
</GetCALStudentNB>
</ArrayOfGetCALStudentNB>
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>