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": "d926effd-5a53-4fdc-ab7f-072ce71e8f87",
  "TrainingClassAttendeeID": "defd27c4-5b6d-47a0-a7c7-98aeda24f94c",
  "TestDefinitionID": "4bfcf09c-f894-41fb-9953-4c42709cb1d2",
  "StartedDateTime": "2026-07-19T00:32:02.9385622-04:00",
  "CompletedDateTime": "2026-07-19T00:32:02.9385622-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": "c80fbf3b-26db-472b-9f78-b2e3dfd464bf",
  "TrainingClassAttendeeID": "c487bd08-2f94-441c-9c22-de83dbffb18c",
  "TestDefinitionID": "b8fbf3fa-af15-47d0-8719-07eef015eb5b",
  "StartedDateTime": "2026-07-19T00:32:02.9385622-04:00",
  "CompletedDateTime": "2026-07-19T00:32:02.9385622-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}