POST api/School/UpdateCommitteeHideClosed

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,
  "CommitteeId": 2,
  "Hide": true,
  "DivisionCode": 1,
  "DivisionName": "sample string 4",
  "GradeId": 1,
  "GradeName": "sample string 5",
  "Name": "sample string 6",
  "Closed": true,
  "JobDescription": "sample string 8",
  "PledgeHours": 9.1,
  "PledgeDate": "2025-11-08T05:23:55.5427742-06:00",
  "BossId": 1,
  "BossName": "sample string 10",
  "CcBossId": 1,
  "CcBossName": "sample string 11",
  "Certification": true,
  "SortOrder": 13
}

application/xml, text/xml

Sample:
<LeadershipPostionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <BossId>1</BossId>
  <BossName>sample string 10</BossName>
  <CcBossId>1</CcBossId>
  <CcBossName>sample string 11</CcBossName>
  <Certification>true</Certification>
  <Closed>true</Closed>
  <CommitteeId>2</CommitteeId>
  <DivisionCode>1</DivisionCode>
  <DivisionName>sample string 4</DivisionName>
  <GradeId>1</GradeId>
  <GradeName>sample string 5</GradeName>
  <Hide>true</Hide>
  <JobDescription>sample string 8</JobDescription>
  <Name>sample string 6</Name>
  <PledgeDate>2025-11-08T05:23:55.5427742-06:00</PledgeDate>
  <PledgeHours>9.1</PledgeHours>
  <SchoolID>1</SchoolID>
  <SortOrder>13</SortOrder>
</LeadershipPostionDTO>

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 'LeadershipPostionDTO'.