POST api/School/CreateSkillNeededCurrFutureTrandate

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,
  "ItemId": 3,
  "Date": "2025-11-08T05:25:35.8757263-06:00",
  "Description": "sample string 4",
  "Wanted": 5,
  "UserId": 6,
  "Program": "sample string 7",
  "LastUpdated": "2025-11-08T05:25:35.8757263-06:00",
  "Username": 8,
  "Operation": "sample string 9",
  "Pledge": 10,
  "TransactionDate": "2025-11-08T05:25:35.8757263-06:00"
}

application/xml, text/xml

Sample:
<SkillNeededDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <CommitteeId>2</CommitteeId>
  <Date>2025-11-08T05:25:35.8757263-06:00</Date>
  <Description>sample string 4</Description>
  <ItemId>3</ItemId>
  <LastUpdated>2025-11-08T05:25:35.8757263-06:00</LastUpdated>
  <Operation>sample string 9</Operation>
  <Pledge>10</Pledge>
  <Program>sample string 7</Program>
  <SchoolId>1</SchoolId>
  <TransactionDate>2025-11-08T05:25:35.8757263-06:00</TransactionDate>
  <UserId>6</UserId>
  <Username>8</Username>
  <Wanted>5</Wanted>
</SkillNeededDTO>

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