Create a Volunteer Organizer
POST {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Organizers
Request Body
{"contactIndividualId"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","volunteerOrganizerUrl":"\u003cstring\u003e","contactId":"\u003cinteger\u003e","displayName":"\u003cstring\u003e","firstName":"\u003cstring\u003e","avatarUrl":"\u003cstring\u003e","primaryPhone":"\u003cstring\u003e","primaryEmail":"\u003cstring\u003e","contactUrl":"\u003cstring\u003e","volunteerOpportunityUrl":"\u003cstring\u003e"}