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": "03c95cf1-6898-4b81-bc98-ff78fb8cd538",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-03-13T09:06:35.5527666-04:00",
"ActiveEndDateTime": "2026-03-13T09:06:35.5527666-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "196ab0d4-db74-41e6-a7e8-ab44a3354798"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "2daa7c5e-42eb-4b25-a9a5-bcdf0a4117ee",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-03-13T09:06:35.5527666-04:00",
"ActiveEndDateTime": "2026-03-13T09:06:35.5527666-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "f70eafc5-0454-4390-8772-3281451526c3"
}