POST api/TestDefinitions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
testDefinition
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "20bd95bd-720d-4b37-8830-b84039454c3f",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-07-05T14:07:26.7366211-04:00",
  "ActiveEndDateTime": "2025-07-05T14:07:26.7366211-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "c968fc28-80ba-464f-9a55-1c3898423cf9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "1cac2523-6339-41ba-9529-4216f1e4a8f4",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-07-05T14:07:26.7386193-04:00",
  "ActiveEndDateTime": "2025-07-05T14:07:26.7386193-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "43feda65-9d3b-4048-8c8e-cf8329b4f0e1"
}