POST api/Student/UpdateSchoolTeacherTrainingAttendence2023English/{createby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
createby

string

Required

Body Parameters

Collection of SchoolTeacherTrainingAttendenceEnglish
NameDescriptionTypeAdditional information
sttattid

integer

None.

schteachtranid

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

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",
    "schoolid": "sample string 5",
    "schoolname": "sample string 6",
    "teachername": "sample string 7",
    "designation": "sample string 8",
    "section": "sample string 9",
    "contactno": "sample string 10",
    "gender": "sample string 11",
    "startdate": "2025-05-10T11:37:26.1132806+05:30",
    "enddate": "2025-05-10T11:37:26.1132806+05:30",
    "day1": 1,
    "day2": 1,
    "createdby": "sample string 12",
    "createdon": "2025-05-10T11:37:26.1132806+05:30",
    "updatedby": "sample string 13",
    "updatedon": "2025-05-10T11:37:26.1132806+05:30"
  },
  {
    "sttattid": 1,
    "schteachtranid": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "schoolid": "sample string 5",
    "schoolname": "sample string 6",
    "teachername": "sample string 7",
    "designation": "sample string 8",
    "section": "sample string 9",
    "contactno": "sample string 10",
    "gender": "sample string 11",
    "startdate": "2025-05-10T11:37:26.1132806+05:30",
    "enddate": "2025-05-10T11:37:26.1132806+05:30",
    "day1": 1,
    "day2": 1,
    "createdby": "sample string 12",
    "createdon": "2025-05-10T11:37:26.1132806+05:30",
    "updatedby": "sample string 13",
    "updatedon": "2025-05-10T11:37:26.1132806+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSchoolTeacherTrainingAttendenceEnglish xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <SchoolTeacherTrainingAttendenceEnglish>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <contactno>sample string 10</contactno>
    <createdby>sample string 12</createdby>
    <createdon>2025-05-10T11:37:26.1132806+05:30</createdon>
    <day1>1</day1>
    <day2>1</day2>
    <designation>sample string 8</designation>
    <enddate>2025-05-10T11:37:26.1132806+05:30</enddate>
    <gender>sample string 11</gender>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 6</schoolname>
    <schteachtranid>sample string 2</schteachtranid>
    <section>sample string 9</section>
    <startdate>2025-05-10T11:37:26.1132806+05:30</startdate>
    <sttattid>1</sttattid>
    <teachername>sample string 7</teachername>
    <updatedby>sample string 13</updatedby>
    <updatedon>2025-05-10T11:37:26.1132806+05:30</updatedon>
  </SchoolTeacherTrainingAttendenceEnglish>
  <SchoolTeacherTrainingAttendenceEnglish>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <contactno>sample string 10</contactno>
    <createdby>sample string 12</createdby>
    <createdon>2025-05-10T11:37:26.1132806+05:30</createdon>
    <day1>1</day1>
    <day2>1</day2>
    <designation>sample string 8</designation>
    <enddate>2025-05-10T11:37:26.1132806+05:30</enddate>
    <gender>sample string 11</gender>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 6</schoolname>
    <schteachtranid>sample string 2</schteachtranid>
    <section>sample string 9</section>
    <startdate>2025-05-10T11:37:26.1132806+05:30</startdate>
    <sttattid>1</sttattid>
    <teachername>sample string 7</teachername>
    <updatedby>sample string 13</updatedby>
    <updatedon>2025-05-10T11:37:26.1132806+05:30</updatedon>
  </SchoolTeacherTrainingAttendenceEnglish>
</ArrayOfSchoolTeacherTrainingAttendenceEnglish>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>