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": "e8812963-3f30-4d55-b7c8-c86d55179f95",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-01-27T21:11:30.4282878-05:00",
  "ActiveEndDateTime": "2025-01-27T21:11:30.4282878-05:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "aa9297e4-03d6-4355-a13b-9010a55c1d14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "aad0d2f7-9bea-4675-9acd-11ce7fcaada5",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-01-27T21:11:30.4331862-05:00",
  "ActiveEndDateTime": "2025-01-27T21:11:30.4331862-05:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "ebccfa29-aff9-4549-a8fa-f9d81b1f2d3b"
}