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: post
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups
Delete a standardized test setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}
Get a standardized test setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}
Get all standardized test setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups
Update a standardized test setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/standardizedTestSetups/{StandardizedTestSetupId}