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": "bcfbbf94-e1ac-49ac-b673-66859c9e9dc1", "TestName": "sample string 2", "ActiveStartDateTime": "2025-04-10T00:57:07.4975018-04:00", "ActiveEndDateTime": "2025-04-10T00:57:07.4975018-04:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "e46974ad-9455-464b-a02c-916c16be4b5f" }
application/x-www-form-urlencoded
Sample:
Sample not available.