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": "55c1320f-9fdc-4bba-91ed-65653cb5f05f",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-09-13T13:56:50.4326565-04:00",
  "ActiveEndDateTime": "2025-09-13T13:56:50.4326565-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "ee823229-9a16-43f4-aee1-637f31f13dea"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "ccbfebb7-d096-4932-a141-2202bc5c28a6",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-09-13T13:56:50.448283-04:00",
  "ActiveEndDateTime": "2025-09-13T13:56:50.448283-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "90eb7f94-5d93-4ff8-bb51-c47113c29d69"
}