Volunteering-Volunteer Attendance

Number of APIs: 5

  1. Get Volunteer Attendance for a Volunteer GET {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers/:volunteerId/Attendance

  2. Get Volunteer Attendance GET {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Attendance/:volunteerAttendanceId

  3. Create a Volunteer Attendance POST {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers/:volunteerId/Attendance

  4. Update a Volunteer Attendance PUT {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Attendance/:volunteerAttendanceId

  5. Delete a Volunteer Attendance DELETE {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Attendance/:volunteerAttendanceId