POST api/School/CreateThingNeeded

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,
  "EventDate": "2025-11-08T05:22:10.0793369-06:00",
  "Description": "sample string 4",
  "Quantity": 5,
  "CreatedBy": 1,
  "CreatedDate": "2025-11-08T05:22:10.0793369-06:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2025-11-08T05:22:10.0793369-06:00",
  "PledgeHours": 6.1
}

application/xml, text/xml

Sample:
<ThingNeededDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <CommitteeId>2</CommitteeId>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-11-08T05:22:10.0793369-06:00</CreatedDate>
  <Description>sample string 4</Description>
  <EventDate>2025-11-08T05:22:10.0793369-06:00</EventDate>
  <Id>1</Id>
  <PledgeHours>6.1</PledgeHours>
  <Quantity>5</Quantity>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-11-08T05:22:10.0793369-06:00</UpdatedDate>
</ThingNeededDTO>

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