/v1/volunteer/events/{eventType}/{eventId}/signup

<div>
  <p>
    This endpoint allows you to add participations for a given event. See above for information of how to obtain <strong>eventId</strong>.
    <br /><br />
    In the body of this post, you will pass the following:
    <br /><br />
    <strong>affiliateEmployeeId</strong> is the unique identifier of the employee you are signing up.
    <br /><br />
    An array of <strong>shifts</strong> as objects. These are the individual participations. See the /`{eventId}` reference above for details on the parameters of the shift. Note: The hours of participation defined for each shift can not exceed the length of the shift plus 10 hours.
    <br /><br />
    <br />
    <br />
  </p>
</div>
Language