POST api/Tests
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| test | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestID": "423650ee-65b4-426b-bf92-d9de11d78795",
"TrainingClassAttendeeID": "8f27732c-e371-4da7-a20c-4050b7781345",
"TestDefinitionID": "b45065ee-2073-431f-928f-b5c98ff1d2d0",
"StartedDateTime": "2026-05-01T06:00:39.1563069-04:00",
"CompletedDateTime": "2026-05-01T06:00:39.1563069-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestID": "2bd9133a-c72c-44f2-87b1-5cedeac74156",
"TrainingClassAttendeeID": "f52452a3-5f40-4547-b256-e826b2d7aeeb",
"TestDefinitionID": "657d28e7-de74-4e63-974e-24feabae8816",
"StartedDateTime": "2026-05-01T06:00:39.1563069-04:00",
"CompletedDateTime": "2026-05-01T06:00:39.1563069-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}