Allows a system to update actual attendance detail for events.
This currently assumes only one participant per event and use of the
Input
- Type=APIUpdateEvents
- Payload (JSON encoded)
Events - an array of events with the extra data to be updated - HashString
Example
Payload Data
{
"Events":[
{
"ID" : 123,
"CheckIn" : "2018-01-01 12:12:12",
"CheckedOut" : "2018-01-01 13:13:13",
"DidNotShowUp" : false,
},
{
"ID" : 124,
"CheckIn" : "2018-01-01 12:12:12",
"CheckedOut" : "2018-01-01 13:13:13",
"DidNotShowUp" : false,
},
]
}
Response
{"Errors":[]}
Errors
- If the number of events found doesn't match teh number of event IDs passed