POST api/School/UpdateLeadershipPositionHours

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

None.

value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SchoolId": 1,
  "Year": 2,
  "Userid": 1,
  "UserName": "sample string 3",
  "LeadershipPositionId": 4,
  "LeadershipPositionName": "sample string 5",
  "GradeName": "sample string 6",
  "Pledge": 7.1,
  "Adjust": 8.1,
  "Worked": 9.1
}

application/xml, text/xml

Sample:
<LeadershipPositionHoursDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <Adjust>8.1</Adjust>
  <GradeName>sample string 6</GradeName>
  <LeadershipPositionId>4</LeadershipPositionId>
  <LeadershipPositionName>sample string 5</LeadershipPositionName>
  <Pledge>7.1</Pledge>
  <SchoolId>1</SchoolId>
  <UserName>sample string 3</UserName>
  <Userid>1</Userid>
  <Worked>9.1</Worked>
  <Year>2</Year>
</LeadershipPositionHoursDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LeadershipPositionHoursDTO'.