POST api/{context}/event/AssignVolunteerstoShifts

Assign a volunteer to shift in Aegis CRM.

Request Information

ParameterDescriptionAdditional information
volunteershiftModel

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EventID": "sample string 1",
  "PartnerID": "sample string 2",
  "ShiftID": "100a7c51-7be3-4662-98d6-7c8e8489d0eb"
}

application/xml, text/xml

Sample:
<VolunteersEventShifts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDS.Web.WebApi.Models">
  <EventID>sample string 1</EventID>
  <PartnerID>sample string 2</PartnerID>
  <ShiftID>100a7c51-7be3-4662-98d6-7c8e8489d0eb</ShiftID>
</VolunteersEventShifts>