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": "351311cf-2842-4e39-a5e4-91a2441bf41f", "TestName": "sample string 2", "ActiveStartDateTime": "2024-10-06T07:10:14.9991438-04:00", "ActiveEndDateTime": "2024-10-06T07:10:14.9991438-04:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "dadb0e24-bb01-49bd-a650-b5b7cfc8a636" }
application/x-www-form-urlencoded
Sample:
Sample not available.