POST api/Student/UploadTeacherTraining/{userid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

Body Parameters

Collection of MyESchoolTeacherTraining
NameDescriptionTypeAdditional information
mesttid

integer

None.

state

string

None.

district

string

None.

city

string

None.

trainingdate

date

None.

schoolname

string

None.

udiseno

string

None.

teachername

string

None.

gender

string

None.

contactnumber

string

None.

resourcename

string

None.

createdon

date

None.

createdby

string

None.

updatedon

date

None.

updatedby

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "mesttid": 1,
    "state": "sample string 2",
    "district": "sample string 3",
    "city": "sample string 4",
    "trainingdate": "2026-05-03T17:28:45.9969848+05:30",
    "schoolname": "sample string 5",
    "udiseno": "sample string 6",
    "teachername": "sample string 7",
    "gender": "sample string 8",
    "contactnumber": "sample string 9",
    "resourcename": "sample string 10",
    "createdon": "2026-05-03T17:28:45.9969848+05:30",
    "createdby": "sample string 11",
    "updatedon": "2026-05-03T17:28:45.9969848+05:30",
    "updatedby": "sample string 12"
  },
  {
    "mesttid": 1,
    "state": "sample string 2",
    "district": "sample string 3",
    "city": "sample string 4",
    "trainingdate": "2026-05-03T17:28:45.9969848+05:30",
    "schoolname": "sample string 5",
    "udiseno": "sample string 6",
    "teachername": "sample string 7",
    "gender": "sample string 8",
    "contactnumber": "sample string 9",
    "resourcename": "sample string 10",
    "createdon": "2026-05-03T17:28:45.9969848+05:30",
    "createdby": "sample string 11",
    "updatedon": "2026-05-03T17:28:45.9969848+05:30",
    "updatedby": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMyESchoolTeacherTraining xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <MyESchoolTeacherTraining>
    <city>sample string 4</city>
    <contactnumber>sample string 9</contactnumber>
    <createdby>sample string 11</createdby>
    <createdon>2026-05-03T17:28:45.9969848+05:30</createdon>
    <district>sample string 3</district>
    <gender>sample string 8</gender>
    <mesttid>1</mesttid>
    <resourcename>sample string 10</resourcename>
    <schoolname>sample string 5</schoolname>
    <state>sample string 2</state>
    <teachername>sample string 7</teachername>
    <trainingdate>2026-05-03T17:28:45.9969848+05:30</trainingdate>
    <udiseno>sample string 6</udiseno>
    <updatedby>sample string 12</updatedby>
    <updatedon>2026-05-03T17:28:45.9969848+05:30</updatedon>
  </MyESchoolTeacherTraining>
  <MyESchoolTeacherTraining>
    <city>sample string 4</city>
    <contactnumber>sample string 9</contactnumber>
    <createdby>sample string 11</createdby>
    <createdon>2026-05-03T17:28:45.9969848+05:30</createdon>
    <district>sample string 3</district>
    <gender>sample string 8</gender>
    <mesttid>1</mesttid>
    <resourcename>sample string 10</resourcename>
    <schoolname>sample string 5</schoolname>
    <state>sample string 2</state>
    <teachername>sample string 7</teachername>
    <trainingdate>2026-05-03T17:28:45.9969848+05:30</trainingdate>
    <udiseno>sample string 6</udiseno>
    <updatedby>sample string 12</updatedby>
    <updatedon>2026-05-03T17:28:45.9969848+05:30</updatedon>
  </MyESchoolTeacherTraining>
</ArrayOfMyESchoolTeacherTraining>

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>