POST api/Volunteer/UpdateVolunteer

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:
{
  "vnum": 1,
  "fname": "sample string 2",
  "lname": "sample string 3",
  "fnum": 4,
  "Password": "sample string 5",
  "CellPhone": "sample string 6",
  "ReminderInterval": 1,
  "Token": "sample string 7",
  "Email": "sample string 8",
  "Active": true,
  "IsAdmin": true,
  "IsSuperAdmin": true,
  "IsChair": true,
  "AllowEmailPriviledge": true,
  "IntegrationId": "sample string 14",
  "NotifcationSignUp": true,
  "TermsAndCondition": true,
  "Reports": true,
  "Cert": 17,
  "CertDate": "2025-11-08T05:25:02.0788037-06:00",
  "Snum": 18,
  "Message": "sample string 19"
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Model">
  <Active>true</Active>
  <AllowEmailPriviledge>true</AllowEmailPriviledge>
  <CellPhone>sample string 6</CellPhone>
  <Cert>17</Cert>
  <CertDate>2025-11-08T05:25:02.0788037-06:00</CertDate>
  <Email>sample string 8</Email>
  <IntegrationId>sample string 14</IntegrationId>
  <IsAdmin>true</IsAdmin>
  <IsChair>true</IsChair>
  <IsSuperAdmin>true</IsSuperAdmin>
  <Message>sample string 19</Message>
  <NotifcationSignUp>true</NotifcationSignUp>
  <Password>sample string 5</Password>
  <ReminderInterval>1</ReminderInterval>
  <Reports>true</Reports>
  <Snum>18</Snum>
  <TermsAndCondition>true</TermsAndCondition>
  <Token>sample string 7</Token>
  <fname>sample string 2</fname>
  <fnum>4</fnum>
  <lname>sample string 3</lname>
  <vnum>1</vnum>
</User>

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