POST api/Center/UpdateSchoolTeacherTrainingAttendence2023/{createby}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
createby | string |
Required |
Body Parameters
Collection of SchoolTeacherTrainingAttendence2023Name | Description | Type | Additional information |
---|---|---|---|
sttattid | integer |
None. |
|
schteachtranid | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
teachername | string |
None. |
|
designation | string |
None. |
|
section | string |
None. |
|
contactno | string |
None. |
|
gender | string |
None. |
|
startdate | date |
None. |
|
enddate | date |
None. |
|
day1 | integer |
None. |
|
day2 | integer |
None. |
|
createdby | string |
None. |
|
createdon | date |
None. |
|
updatedby | string |
None. |
|
updatedon | date |
None. |
Request Formats
application/json, text/json
Sample:
[ { "sttattid": 1, "schteachtranid": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "teachername": "sample string 5", "designation": "sample string 6", "section": "sample string 7", "contactno": "sample string 8", "gender": "sample string 9", "startdate": "2025-05-10T11:07:04.5185512+05:30", "enddate": "2025-05-10T11:07:04.5185512+05:30", "day1": 1, "day2": 1, "createdby": "sample string 10", "createdon": "2025-05-10T11:07:04.5185512+05:30", "updatedby": "sample string 11", "updatedon": "2025-05-10T11:07:04.5185512+05:30" }, { "sttattid": 1, "schteachtranid": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "teachername": "sample string 5", "designation": "sample string 6", "section": "sample string 7", "contactno": "sample string 8", "gender": "sample string 9", "startdate": "2025-05-10T11:07:04.5185512+05:30", "enddate": "2025-05-10T11:07:04.5185512+05:30", "day1": 1, "day2": 1, "createdby": "sample string 10", "createdon": "2025-05-10T11:07:04.5185512+05:30", "updatedby": "sample string 11", "updatedon": "2025-05-10T11:07:04.5185512+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfSchoolTeacherTrainingAttendence2023 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <SchoolTeacherTrainingAttendence2023> <centid>sample string 3</centid> <centname>sample string 4</centname> <contactno>sample string 8</contactno> <createdby>sample string 10</createdby> <createdon>2025-05-10T11:07:04.5185512+05:30</createdon> <day1>1</day1> <day2>1</day2> <designation>sample string 6</designation> <enddate>2025-05-10T11:07:04.5185512+05:30</enddate> <gender>sample string 9</gender> <schteachtranid>sample string 2</schteachtranid> <section>sample string 7</section> <startdate>2025-05-10T11:07:04.5185512+05:30</startdate> <sttattid>1</sttattid> <teachername>sample string 5</teachername> <updatedby>sample string 11</updatedby> <updatedon>2025-05-10T11:07:04.5185512+05:30</updatedon> </SchoolTeacherTrainingAttendence2023> <SchoolTeacherTrainingAttendence2023> <centid>sample string 3</centid> <centname>sample string 4</centname> <contactno>sample string 8</contactno> <createdby>sample string 10</createdby> <createdon>2025-05-10T11:07:04.5185512+05:30</createdon> <day1>1</day1> <day2>1</day2> <designation>sample string 6</designation> <enddate>2025-05-10T11:07:04.5185512+05:30</enddate> <gender>sample string 9</gender> <schteachtranid>sample string 2</schteachtranid> <section>sample string 7</section> <startdate>2025-05-10T11:07:04.5185512+05:30</startdate> <sttattid>1</sttattid> <teachername>sample string 5</teachername> <updatedby>sample string 11</updatedby> <updatedon>2025-05-10T11:07:04.5185512+05:30</updatedon> </SchoolTeacherTrainingAttendence2023> </ArrayOfSchoolTeacherTrainingAttendence2023>
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>