POST api/citizenEngagement/volunteer
Request Information
URI Parameters
None.
Body Parameters
VolunteerAppDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SubmitDate | date |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Active | boolean |
None. |
|
| Notes | string |
None. |
|
| FindOutAbout | string |
None. |
|
| TourGuideInterest | boolean |
None. |
|
| InformationDeskInterest | boolean |
None. |
|
| WhyVolunteer | string |
None. |
|
| TourInfoExperience | string |
None. |
|
| Skills | string |
None. |
|
| AvailableAM | boolean |
None. |
|
| AvailablePM | boolean |
None. |
|
| AvailableWeekend | boolean |
None. |
|
| AvailableMonday | boolean |
None. |
|
| AvailableTuesday | boolean |
None. |
|
| AvailableWednesday | boolean |
None. |
|
| AvailableThursday | boolean |
None. |
|
| AvailableFriday | boolean |
None. |
|
| PriorVolunteer | boolean |
None. |
|
| PriorVolunteerDescription | string |
None. |
|
| SpecialNeeds | string |
None. |
|
| ReferenceName1 | string |
None. |
|
| ReferenceEmail1 | string |
None. |
|
| ReferencePhone1 | string |
None. |
|
| ReferenceName2 | string |
None. |
|
| ReferenceEmail2 | string |
None. |
|
| ReferencePhone2 | string |
None. |
|
| EmergencyContactName | string |
None. |
|
| EmergencyContactNumber | string |
None. |
|
| EmergencyContactRelationship | string |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
{
"id": 1,
"submitDate": "2025-12-10T23:00:25.5284464+00:00",
"lastName": "sample string 3",
"firstName": "sample string 4",
"address": "sample string 5",
"city": "sample string 6",
"state": "sample string 7",
"email": "sample string 8",
"phone": "sample string 9",
"active": true,
"notes": "sample string 10",
"findOutAbout": "sample string 11",
"tourGuideInterest": true,
"informationDeskInterest": true,
"whyVolunteer": "sample string 12",
"tourInfoExperience": "sample string 13",
"skills": "sample string 14",
"availableAM": true,
"availablePM": true,
"availableWeekend": true,
"availableMonday": true,
"availableTuesday": true,
"availableWednesday": true,
"availableThursday": true,
"availableFriday": true,
"priorVolunteer": true,
"priorVolunteerDescription": "sample string 23",
"specialNeeds": "sample string 24",
"referenceName1": "sample string 25",
"referenceEmail1": "sample string 26",
"referencePhone1": "sample string 27",
"referenceName2": "sample string 28",
"referenceEmail2": "sample string 29",
"referencePhone2": "sample string 30",
"emergencyContactName": "sample string 31",
"emergencyContactNumber": "sample string 32",
"emergencyContactRelationship": "sample string 33",
"token": "sample string 34"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Volunteer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SubmitDate | date |
Required |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| Address | string |
Required String length: inclusive between 0 and 50 |
|
| City | string |
Required String length: inclusive between 0 and 50 |
|
| State | string |
Required String length: inclusive between 0 and 2 |
|
| string |
String length: inclusive between 0 and 100 |
||
| Phone | string |
String length: inclusive between 0 and 15 |
|
| Active | boolean |
None. |
|
| Notes | string |
String length: inclusive between 0 and 2000 |
|
| FindOutAbout | string |
String length: inclusive between 0 and 50 |
|
| TourGuideInterest | boolean |
None. |
|
| InformationDeskInterest | boolean |
None. |
|
| WhyVolunteer | string |
String length: inclusive between 0 and 2000 |
|
| TourInfoExperience | string |
None. |
|
| Skills | string |
String length: inclusive between 0 and 2000 |
|
| AvailableAM | boolean |
None. |
|
| AvailablePM | boolean |
None. |
|
| AvailableWeekend | boolean |
None. |
|
| AvailableMonday | boolean |
None. |
|
| AvailableTuesday | boolean |
None. |
|
| AvailableWednesday | boolean |
None. |
|
| AvailableThursday | boolean |
None. |
|
| AvailableFriday | boolean |
None. |
|
| PriorVolunteer | boolean |
None. |
|
| PriorVolunteerDescription | string |
String length: inclusive between 0 and 2000 |
|
| SpecialNeeds | string |
String length: inclusive between 0 and 2000 |
|
| ReferenceName1 | string |
String length: inclusive between 0 and 100 |
|
| ReferenceEmail1 | string |
String length: inclusive between 0 and 100 |
|
| ReferencePhone1 | string |
String length: inclusive between 0 and 15 |
|
| ReferenceName2 | string |
String length: inclusive between 0 and 100 |
|
| ReferenceEmail2 | string |
String length: inclusive between 0 and 100 |
|
| ReferencePhone2 | string |
String length: inclusive between 0 and 15 |
|
| EmergencyContactName | string |
String length: inclusive between 0 and 100 |
|
| EmergencyContactNumber | string |
String length: inclusive between 0 and 15 |
|
| EmergencyContactRelationship | string |
String length: inclusive between 0 and 100 |
|
| VolunteerReferences | Collection of VolunteerReference |
None. |
Response Formats
application/json, text/json
{
"id": 1,
"submitDate": "2025-12-10T23:00:25.5440746+00:00",
"lastName": "sample string 3",
"firstName": "sample string 4",
"address": "sample string 5",
"city": "sample string 6",
"state": "sample string 7",
"email": "sample string 8",
"phone": "sample string 9",
"active": true,
"notes": "sample string 10",
"findOutAbout": "sample string 11",
"tourGuideInterest": true,
"informationDeskInterest": true,
"whyVolunteer": "sample string 12",
"tourInfoExperience": "sample string 13",
"skills": "sample string 14",
"availableAM": true,
"availablePM": true,
"availableWeekend": true,
"availableMonday": true,
"availableTuesday": true,
"availableWednesday": true,
"availableThursday": true,
"availableFriday": true,
"priorVolunteer": true,
"priorVolunteerDescription": "sample string 23",
"specialNeeds": "sample string 24",
"referenceName1": "sample string 25",
"referenceEmail1": "sample string 26",
"referencePhone1": "sample string 27",
"referenceName2": "sample string 28",
"referenceEmail2": "sample string 29",
"referencePhone2": "sample string 30",
"emergencyContactName": "sample string 31",
"emergencyContactNumber": "sample string 32",
"emergencyContactRelationship": "sample string 33",
"volunteerReferences": [
{
"id": 1,
"volunteerID": 2,
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5"
},
{
"id": 1,
"volunteerID": 2,
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5"
}
]
}