POST api/Center/AddMyESchoolTeacherAttendance/{userid}?cluster={cluster}&date={date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| cluster | string |
Required |
|
| date | date |
Required |
Body Parameters
Collection of MyEschoolTeacherTrainingAtt| Name | Description | Type | Additional information |
|---|---|---|---|
| mytechid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| udiseno | string |
None. |
|
| attendancedate | date |
None. |
|
| seqno | integer |
None. |
|
| mytidetail | integer |
None. |
|
| teacherid | string |
None. |
|
| teachername | string |
None. |
|
| gender | string |
None. |
|
| mobileno | string |
None. |
|
| status | string |
None. |
|
| remark | string |
None. |
|
| createby | string |
None. |
|
| createon | date |
None. |
|
| updateby | string |
None. |
|
| updateon | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"mytechid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"centid": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"udiseno": "sample string 7",
"attendancedate": "2025-10-30T05:05:43.421308+05:30",
"seqno": 8,
"mytidetail": 9,
"teacherid": "sample string 10",
"teachername": "sample string 11",
"gender": "sample string 12",
"mobileno": "sample string 13",
"status": "sample string 14",
"remark": "sample string 15",
"createby": "sample string 16",
"createon": "2025-10-30T05:05:43.421308+05:30",
"updateby": "sample string 17",
"updateon": "2025-10-30T05:05:43.421308+05:30"
},
{
"mytechid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"centid": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"udiseno": "sample string 7",
"attendancedate": "2025-10-30T05:05:43.421308+05:30",
"seqno": 8,
"mytidetail": 9,
"teacherid": "sample string 10",
"teachername": "sample string 11",
"gender": "sample string 12",
"mobileno": "sample string 13",
"status": "sample string 14",
"remark": "sample string 15",
"createby": "sample string 16",
"createon": "2025-10-30T05:05:43.421308+05:30",
"updateby": "sample string 17",
"updateon": "2025-10-30T05:05:43.421308+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfMyEschoolTeacherTrainingAtt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<MyEschoolTeacherTrainingAtt>
<attendancedate>2025-10-30T05:05:43.421308+05:30</attendancedate>
<centid>sample string 4</centid>
<city>sample string 3</city>
<createby>sample string 16</createby>
<createon>2025-10-30T05:05:43.421308+05:30</createon>
<gender>sample string 12</gender>
<mobileno>sample string 13</mobileno>
<mytechid>sample string 1</mytechid>
<mytidetail>9</mytidetail>
<remark>sample string 15</remark>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<seqno>8</seqno>
<state>sample string 2</state>
<status>sample string 14</status>
<teacherid>sample string 10</teacherid>
<teachername>sample string 11</teachername>
<udiseno>sample string 7</udiseno>
<updateby>sample string 17</updateby>
<updateon>2025-10-30T05:05:43.421308+05:30</updateon>
</MyEschoolTeacherTrainingAtt>
<MyEschoolTeacherTrainingAtt>
<attendancedate>2025-10-30T05:05:43.421308+05:30</attendancedate>
<centid>sample string 4</centid>
<city>sample string 3</city>
<createby>sample string 16</createby>
<createon>2025-10-30T05:05:43.421308+05:30</createon>
<gender>sample string 12</gender>
<mobileno>sample string 13</mobileno>
<mytechid>sample string 1</mytechid>
<mytidetail>9</mytidetail>
<remark>sample string 15</remark>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<seqno>8</seqno>
<state>sample string 2</state>
<status>sample string 14</status>
<teacherid>sample string 10</teacherid>
<teachername>sample string 11</teachername>
<udiseno>sample string 7</udiseno>
<updateby>sample string 17</updateby>
<updateon>2025-10-30T05:05:43.421308+05:30</updateon>
</MyEschoolTeacherTrainingAtt>
</ArrayOfMyEschoolTeacherTrainingAtt>
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>