POST api/Student/AddExtraLectureAttendanceH/{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 GetCALStudentHName | 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. |
|
month | string |
None. |
|
year | string |
None. |
|
toth | integer |
None. |
|
studentid | string |
None. |
|
studentname | string |
None. |
|
presenty | string |
None. |
|
remark | string |
None. |
|
assignment | string |
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-05-10T10:45:55.4559915+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", "month": "sample string 12", "year": "sample string 13", "toth": 14, "studentid": "sample string 15", "studentname": "sample string 16", "presenty": "sample string 17", "remark": "sample string 18", "assignment": "sample string 19" }, { "exid": "sample string 1", "attid": "sample string 2", "schoolid": "sample string 3", "exam": "sample string 4", "lecdate": "2025-05-10T10:45:55.4559915+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", "month": "sample string 12", "year": "sample string 13", "toth": 14, "studentid": "sample string 15", "studentname": "sample string 16", "presenty": "sample string 17", "remark": "sample string 18", "assignment": "sample string 19" } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALStudentH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALStudentH> <assignment>sample string 19</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-05-10T10:45:55.4559915+05:30</lecdate> <month>sample string 12</month> <presenty>sample string 17</presenty> <remark>sample string 18</remark> <rollno>sample string 10</rollno> <schoolid>sample string 3</schoolid> <standard>sample string 7</standard> <starttime>sample string 5</starttime> <studentid>sample string 15</studentid> <studentname>sample string 16</studentname> <toth>14</toth> <totlecminutes>sample string 11</totlecminutes> <year>sample string 13</year> </GetCALStudentH> <GetCALStudentH> <assignment>sample string 19</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-05-10T10:45:55.4559915+05:30</lecdate> <month>sample string 12</month> <presenty>sample string 17</presenty> <remark>sample string 18</remark> <rollno>sample string 10</rollno> <schoolid>sample string 3</schoolid> <standard>sample string 7</standard> <starttime>sample string 5</starttime> <studentid>sample string 15</studentid> <studentname>sample string 16</studentname> <toth>14</toth> <totlecminutes>sample string 11</totlecminutes> <year>sample string 13</year> </GetCALStudentH> </ArrayOfGetCALStudentH>
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>