PUT api/quizaudits/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
quizaudit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Username | string |
None. |
|
| Intime | date |
None. |
|
| Outtime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Username": "sample string 2",
"Intime": "2025-12-20T17:07:50.621555-08:00",
"Outtime": "2025-12-20T17:07:50.621555-08:00"
}
application/xml, text/xml
Sample:
<quizaudit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpellingAPI"> <Id>1</Id> <Intime>2025-12-20T17:07:50.621555-08:00</Intime> <Outtime>2025-12-20T17:07:50.621555-08:00</Outtime> <Username>sample string 2</Username> </quizaudit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.