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": "7ef3679a-44da-4b40-acde-820ebe5529d1",
"TrainingClassAttendeeID": "071ae740-1d08-4611-b96e-5a744ce767de",
"TestDefinitionID": "5a1a01db-2ce5-4ba9-a82d-748a034ca5cc",
"StartedDateTime": "2026-03-12T03:54:01.7162128-04:00",
"CompletedDateTime": "2026-03-12T03:54:01.7162128-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": "9aee5b95-fe0e-4830-a2c5-bb30d2016cf7",
"TrainingClassAttendeeID": "68fc71f1-0d3b-44bc-b09d-341a69411349",
"TestDefinitionID": "3e947093-47dc-43aa-b376-b3e08f961653",
"StartedDateTime": "2026-03-12T03:54:01.7162128-04:00",
"CompletedDateTime": "2026-03-12T03:54:01.7162128-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}