POST api/School/DeleteSchedulePreference

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,
  "ScheduleId": 2,
  "Week": 3,
  "VolunteerId": 4,
  "VolunteerFirstName": "sample string 5",
  "VolunteerLastName": "sample string 6",
  "SchoolYear": 7
}

application/xml, text/xml

Sample:
<SchedulePreferenceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <Id>1</Id>
  <ScheduleId>2</ScheduleId>
  <SchoolYear>7</SchoolYear>
  <VolunteerFirstName>sample string 5</VolunteerFirstName>
  <VolunteerId>4</VolunteerId>
  <VolunteerLastName>sample string 6</VolunteerLastName>
  <Week>3</Week>
</SchedulePreferenceDTO>

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