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": "ebfa000d-db7f-4240-b689-a5e91ce7ed91", "TestName": "sample string 2", "ActiveStartDateTime": "2024-11-21T03:54:46.7199276-05:00", "ActiveEndDateTime": "2024-11-21T03:54:46.7199276-05:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "415cb003-4a5a-4214-9bba-eb1878ebfa02" }
application/x-www-form-urlencoded
Sample:
Sample not available.