POST api/Committee/UpdateCommittee

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:
{
  "Id": 1,
  "SchoolId": 2,
  "DivisionCode": 3,
  "DivisionName": "sample string 4",
  "GradeId": 5,
  "GradeName": "sample string 6",
  "BossId": 1,
  "BossName": "sample string 7",
  "CcBossId": 1,
  "CcBossName": "sample string 8",
  "Name": "sample string 9",
  "JobDescription": "sample string 10",
  "PledgeHours": 11.1,
  "PledgeDate": "2025-11-08T05:21:46.0690831-06:00",
  "Certification": true,
  "IsAnnex": true,
  "SelectedAnnex": 1,
  "Target": 14,
  "OpenCurrentYear": true,
  "OpenNextYear": true,
  "Hide": true,
  "Notify": true,
  "UseSchedulePreferences": true
}

application/xml, text/xml

Sample:
<CommitteeDTO 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 7</BossName>
  <CcBossId>1</CcBossId>
  <CcBossName>sample string 8</CcBossName>
  <Certification>true</Certification>
  <DivisionCode>3</DivisionCode>
  <DivisionName>sample string 4</DivisionName>
  <GradeId>5</GradeId>
  <GradeName>sample string 6</GradeName>
  <Hide>true</Hide>
  <Id>1</Id>
  <IsAnnex>true</IsAnnex>
  <JobDescription>sample string 10</JobDescription>
  <Name>sample string 9</Name>
  <Notify>true</Notify>
  <OpenCurrentYear>true</OpenCurrentYear>
  <OpenNextYear>true</OpenNextYear>
  <PledgeDate>2025-11-08T05:21:46.0690831-06:00</PledgeDate>
  <PledgeHours>11.1</PledgeHours>
  <SchoolId>2</SchoolId>
  <SelectedAnnex>1</SelectedAnnex>
  <Target>14</Target>
  <UseSchedulePreferences>true</UseSchedulePreferences>
</CommitteeDTO>

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