- Subcategories:
- Test Instances
Standardized Test Setups REST Endpoints
Standardized Test Setups
Standardized test setups allows user to manage the configuration for standardized tests.
- Create all standardized test setups
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/standardizedTestSetups - Delete a standardized test setup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId} - Get a standardized test setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId} - Get all standardized test setups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardizedTestSetups - Update a standardized test setup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}