POST api/Tests

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
test
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestID": "3b4dcf73-8eb6-4163-8123-f609675471d7",
  "TrainingClassAttendeeID": "3050f51d-8699-4fea-a7cf-ff32a73a144b",
  "TestDefinitionID": "a8c59be4-521c-41e7-869b-0949506ec64d",
  "StartedDateTime": "2026-03-13T10:55:24.1149892-04:00",
  "CompletedDateTime": "2026-03-13T10:55:24.1149892-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": "0f77e2dc-5794-4212-8577-b5759f963a00",
  "TrainingClassAttendeeID": "1d241425-0d43-42d6-8b8a-534f24a5fe41",
  "TestDefinitionID": "cf0db8b7-746d-48ea-b4a1-be3dab90d4d3",
  "StartedDateTime": "2026-03-13T10:55:24.1149892-04:00",
  "CompletedDateTime": "2026-03-13T10:55:24.1149892-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}