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": "a8c9efee-43ba-432a-96e1-52e7b1820fda", "TestName": "sample string 2", "ActiveStartDateTime": "2025-01-24T22:19:49.7113508-05:00", "ActiveEndDateTime": "2025-01-24T22:19:49.7113508-05:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "0c437f69-7902-4e63-9646-3a3c5a0b4d73" }
application/x-www-form-urlencoded
Sample:
Sample not available.