PUT api/Tests/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
test | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TestID": "29ca29e8-04b6-44de-9236-5a28cc2a35d8", "TrainingClassAttendeeID": "ef5e01e7-687c-4a80-9248-f3f798649a9e", "TestDefinitionID": "17f1f605-94f3-4927-a213-0463f6cd6605", "StartedDateTime": "2024-10-05T18:29:31.7880573-04:00", "CompletedDateTime": "2024-10-05T18:29:31.7880573-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.