Test Instances REST Endpoints

Standardized Test Setups/Test Instances
Test instances allows user to manage the effective dated instances for a standardized test setup.
Create a test instance
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}/child/testInstances
Delete a test instance
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}/child/testInstances/{TestInstanceId}
Get a test instance
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}/child/testInstances/{TestInstanceId}
Get all test instances
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}/child/testInstances
Update a test instance
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}/child/testInstances/{TestInstanceId}