POST EventAttendees/FlagEventItemsAsAttendedOrNotAttended
Flag specified attendee headers for the specified event item ids as attended
Request Information
URI Parameters
None.
Body Parameters
AttendeesFlagAsAttendedDtoName | Description | Type | Additional information |
---|---|---|---|
Attended | boolean |
None. |
|
AttendeeHeaderIds | Collection of integer |
None. |
|
EventItemIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
- "Attended": true,
- "AttendeeHeaderIds": [
- 1,
- 2
- "EventItemIds": [
- 1,
- 2
Response Information
Resource Description
None.