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": "89a464f1-2cc2-4c06-a2e5-e425a5feeb61",
  "TrainingClassAttendeeID": "c22698da-316a-4d82-a50c-0ca59deaf4ff",
  "TestDefinitionID": "0bc5d06a-842b-4bfc-b6f8-2d346430f348",
  "StartedDateTime": "2026-09-13T05:50:52.4860302-04:00",
  "CompletedDateTime": "2026-09-13T05:50:52.4860302-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": "95200399-a274-416e-8fc1-3d82a4cedc8e",
  "TrainingClassAttendeeID": "9fd5783a-f6c8-49cc-8acc-b14a45e54bae",
  "TestDefinitionID": "fb0e0559-09aa-4f0b-80d5-ca3e7380cd87",
  "StartedDateTime": "2026-09-13T05:50:52.5016573-04:00",
  "CompletedDateTime": "2026-09-13T05:50:52.5016573-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}