Monte Carlo Settings REST Endpoints
Monte Carlo Settings
Use the Monte Carlo Settings service to create, view, and update Monte Carlo Settings.
- Batch Update Monte Carlo Settings
- Method: putPath:
/api/restapi/monteCarloSettings/batch - Create Default Monte Carlo Settings for a Project
- Method: postPath:
/api/restapi/monteCarloSettings/createDefault/{projectId} - Update Monte Carlo Settings
- Method: putPath:
/api/restapi/monteCarloSettings - View All Monte Carlo Settings by Parent
- Method: getPath:
/api/restapi/monteCarloSettings/parentCode - View Monte Carlo Settings
- Method: getPath:
/api/restapi/monteCarloSettings/{monteCarloSettingsId} - View Monte Carlo Settings by Project
- Method: getPath:
/api/restapi/monteCarloSettings/project/{projectId}