POST api/School/UpdateScheduleDay

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,
  "CommitteeId": 2,
  "Day": 1,
  "Target": 3,
  "StartTime": "2025-11-08T05:25:36.0632344-06:00",
  "EndTime": "2025-11-08T05:25:36.0632344-06:00",
  "CreatedBy": 1,
  "Created": "2025-11-08T05:25:36.0632344-06:00",
  "UpdatedBy": 1,
  "Updated": "2025-11-08T05:25:36.0632344-06:00"
}

application/xml, text/xml

Sample:
<AnnexSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <CommitteeId>2</CommitteeId>
  <Created>2025-11-08T05:25:36.0632344-06:00</Created>
  <CreatedBy>1</CreatedBy>
  <Day>Sunday</Day>
  <EndTime>2025-11-08T05:25:36.0632344-06:00</EndTime>
  <Id>1</Id>
  <StartTime>2025-11-08T05:25:36.0632344-06:00</StartTime>
  <Target>3</Target>
  <Updated>2025-11-08T05:25:36.0632344-06:00</Updated>
  <UpdatedBy>1</UpdatedBy>
</AnnexSchedule>

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