POST api/School/UpdateThingsCommittmentQuantity

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,
  "ThingNeededId": 2,
  "Volunteer": {
    "Fname": "sample string 1",
    "Lname": "sample string 2",
    "Vnum": 3,
    "Fnum": 4,
    "Name": "sample string 1 sample string 2",
    "Token": "sample string 5",
    "Snum": 6,
    "IsAdmin": true,
    "IsChair": true,
    "IsSuperAdmin": true,
    "Active": true,
    "Reports": true,
    "AllowEmailPriviledge": true,
    "Email": "sample string 13",
    "CellPhone": "sample string 14",
    "ReminderInterval": 1,
    "NotifcationSignUp": true,
    "Cert": 15,
    "CertDate": "2025-11-08T05:22:07.8762108-06:00",
    "Password": "sample string 16",
    "IntegrationId": "sample string 17",
    "Message": "sample string 18"
  },
  "Quantity": 3,
  "Adjustment": 4,
  "CreatedBy": 1,
  "CreatedDate": "2025-11-08T05:22:07.8762108-06:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2025-11-08T05:22:07.8762108-06:00"
}

application/xml, text/xml

Sample:
<ThingNeededVolunteerCommittmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <Adjustment>4</Adjustment>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-11-08T05:22:07.8762108-06:00</CreatedDate>
  <Id>1</Id>
  <Quantity>3</Quantity>
  <ThingNeededId>2</ThingNeededId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-11-08T05:22:07.8762108-06:00</UpdatedDate>
  <Volunteer>
    <Active>true</Active>
    <AllowEmailPriviledge>true</AllowEmailPriviledge>
    <CellPhone>sample string 14</CellPhone>
    <Cert>15</Cert>
    <CertDate>2025-11-08T05:22:07.8762108-06:00</CertDate>
    <Email>sample string 13</Email>
    <Fname>sample string 1</Fname>
    <Fnum>4</Fnum>
    <IntegrationId>sample string 17</IntegrationId>
    <IsAdmin>true</IsAdmin>
    <IsChair>true</IsChair>
    <IsSuperAdmin>true</IsSuperAdmin>
    <Lname>sample string 2</Lname>
    <Message>sample string 18</Message>
    <NotifcationSignUp>true</NotifcationSignUp>
    <Password>sample string 16</Password>
    <ReminderInterval>1</ReminderInterval>
    <Reports>true</Reports>
    <Snum>6</Snum>
    <Token>sample string 5</Token>
    <Vnum>3</Vnum>
  </Volunteer>
</ThingNeededVolunteerCommittmentDTO>

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