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": "2a3d7a06-f703-4708-b8e9-d779ef9d728c",
  "TrainingClassAttendeeID": "a9cea609-c2dd-4db2-895c-1658d69abdc2",
  "TestDefinitionID": "7b667969-f815-4b9b-920c-4b56452387dc",
  "StartedDateTime": "2026-03-19T11:36:52.1821875-04:00",
  "CompletedDateTime": "2026-03-19T11:36:52.1821875-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": "9aec170e-cb76-4bf4-b045-1d301a537720",
  "TrainingClassAttendeeID": "8f762e46-9f10-4681-beed-8db13634296b",
  "TestDefinitionID": "9877b8c2-60da-4f3c-a412-98f6db464174",
  "StartedDateTime": "2026-03-19T11:36:52.1821875-04:00",
  "CompletedDateTime": "2026-03-19T11:36:52.1821875-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}