| Required role: | Admin |
| DELETE | /attendance_scans/{AttendanceScanId} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AttendanceScanId | path | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | AttendanceScanDTO | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AttendanceScanId | form | int | No | |
| StudentId | form | int? | No | |
| EventId | form | int? | No | |
| TargetModule | form | string | No | |
| RawScanCode | form | string | No | |
| SchoolId | form | string | No | |
| ScanDt | form | DateTime? | No | |
| ScannerCode | form | string | No | |
| MobileSrcCode | form | string | No | |
| ScannedBy | form | string | No | |
| Credits | form | int? | No | |
| Metatags | form | string | No | |
| IsRosterFound | form | bool | No | |
| IsApproved | form | bool | No | |
| IsManualEntry | form | bool | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| DisplayName | form | string | No | |
| Notes | form | string | No | |
| UploadDt | form | DateTime? | No | |
| Gender | form | string | No | |
| Ethnicity | form | string | No | |
| EntryYear | form | string | No | |
| BuildingName | form | string | No | |
| Room | form | string | No | |
| HomeState | form | string | No | |
| HomeCountry | form | string | No | |
| EventName | form | string | No | |
| Classification | form | string | No | |
| Major | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE //attendance_scans/{AttendanceScanId} HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'DeleteAttendanceScanResponse' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)