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": "91aa5dce-e071-44bc-9887-06e4d58e643c",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2024-10-06T00:30:55.0011295-04:00",
  "ActiveEndDateTime": "2024-10-06T00:30:55.0011295-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "f9016e78-c0e6-47cd-9ce0-bbf018213d5e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "86efddd7-b896-4c62-b94a-94819bc066a5",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2024-10-06T00:30:55.006129-04:00",
  "ActiveEndDateTime": "2024-10-06T00:30:55.006129-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "b9459c24-086d-4e95-beb9-4b7284f8eb4e"
}