Assign a volunteer to shift in Aegis CRM.
| Parameter | Description | Additional information |
|---|---|---|
| volunteershiftModel |
Define this parameter in the request body. |
{
"EventID": "sample string 1",
"PartnerID": "sample string 2",
"ShiftID": "d5b77db7-af7c-4b36-a6d1-d1a0d74d7b1b"
}
<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>d5b77db7-af7c-4b36-a6d1-d1a0d74d7b1b</ShiftID> </VolunteersEventShifts>