When I try posting to the
Attendance single endpoint, I get a 200 success and unique number returned, but it doesn't show up in any list or report. So it doesn't seem to be actually working. I can post to other endpoints that work fine. Any ideas?
Here's what I'm using for my body:
"student_user_id": 5531012,
"begin_date": "2020-12-01T00:00:00.000000+00:00",
"end_date": "2020-12-01T00:00:00.000000+00:00",
"start_time": "",
"end_time": "",
"excuse_type_id": 9105,
"excuse_comment": ""Type 9105 is one of our Virtual codes, but I've also tried other codes with no success.
I made sure my account has the Attendance Manager role.
Help!