POST api/Center/UpdateSchoolTeacherTraining?schteachtranid={schteachtranid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schteachtranid

string

Required

Body Parameters

SchoolTeacherTraining2023
NameDescriptionTypeAdditional information
schteachtranid

string

None.

state

string

None.

city

string

None.

teamleaderid

string

None.

pcid

string

None.

ohid

string

None.

traineename

string

None.

venue

string

None.

partnerid

string

None.

startdate

date

None.

enddate

date

None.

starttime

string

None.

endtime

string

None.

academicyear

string

None.

expteachcount

string

None.

createon

date

None.

createby

string

None.

updateon

date

None.

updateby

string

None.

seqno

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "schteachtranid": "sample string 1",
  "state": "sample string 2",
  "city": "sample string 3",
  "teamleaderid": "sample string 4",
  "pcid": "sample string 5",
  "ohid": "sample string 6",
  "traineename": "sample string 7",
  "venue": "sample string 8",
  "partnerid": "sample string 9",
  "startdate": "2025-05-10T10:59:38.2253496+05:30",
  "enddate": "2025-05-10T10:59:38.2253496+05:30",
  "starttime": "sample string 10",
  "endtime": "sample string 11",
  "academicyear": "sample string 12",
  "expteachcount": "sample string 13",
  "createon": "2025-05-10T10:59:38.2253496+05:30",
  "createby": "sample string 14",
  "updateon": "2025-05-10T10:59:38.2253496+05:30",
  "updateby": "sample string 15",
  "seqno": 1
}

application/xml, text/xml

Sample:
<SchoolTeacherTraining2023 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 12</academicyear>
  <city>sample string 3</city>
  <createby>sample string 14</createby>
  <createon>2025-05-10T10:59:38.2253496+05:30</createon>
  <enddate>2025-05-10T10:59:38.2253496+05:30</enddate>
  <endtime>sample string 11</endtime>
  <expteachcount>sample string 13</expteachcount>
  <ohid>sample string 6</ohid>
  <partnerid>sample string 9</partnerid>
  <pcid>sample string 5</pcid>
  <schteachtranid>sample string 1</schteachtranid>
  <seqno>1</seqno>
  <startdate>2025-05-10T10:59:38.2253496+05:30</startdate>
  <starttime>sample string 10</starttime>
  <state>sample string 2</state>
  <teamleaderid>sample string 4</teamleaderid>
  <traineename>sample string 7</traineename>
  <updateby>sample string 15</updateby>
  <updateon>2025-05-10T10:59:38.2253496+05:30</updateon>
  <venue>sample string 8</venue>
</SchoolTeacherTraining2023>

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>