PUT api/TestDefinitions/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
testDefinition | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TestDefinitionID": "03f86419-17a8-4ce5-a419-42275f12d86b", "TestName": "sample string 2", "ActiveStartDateTime": "2025-07-09T03:36:15.7333725-04:00", "ActiveEndDateTime": "2025-07-09T03:36:15.7333725-04:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "65071a54-9218-47e4-87b8-29b91a5dbaeb" }
application/x-www-form-urlencoded
Sample:
Sample not available.