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": "7168aa0f-9e88-49af-bde7-630a972a03c3",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-09-09T23:28:44.5517311-04:00",
"ActiveEndDateTime": "2026-09-09T23:28:44.5517311-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "cd2a858b-9577-42bb-b0be-b64a94d7944d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "0e004d3d-380e-471c-9c16-5fac03aa8909",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-09-09T23:28:44.6142286-04:00",
"ActiveEndDateTime": "2026-09-09T23:28:44.6142286-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "646421dc-f7fd-4768-9fd8-a04a79528f6c"
}