POST api/TestDefinitions
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| testDefinition | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "e8909a5f-2d43-4f8b-b0bc-61cc343cceb4",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-04-27T13:32:15.402394-04:00",
"ActiveEndDateTime": "2026-04-27T13:32:15.402394-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "733b1bc2-878c-4c12-9167-430385aede71"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "aa1ec126-8b35-482d-91f4-214bd7b8d6af",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-04-27T13:32:15.402394-04:00",
"ActiveEndDateTime": "2026-04-27T13:32:15.402394-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "6cd17b1b-c20b-4b88-a63c-6b6d41dad3f1"
}