MonteCarlo Settings REST Endpoints

MonteCarlo Settings
Use the Monte Carlo Settings service to create, view, and update Monte Carlo Settings.
Batch Update Monte Carlo Settings
Method: put
Path: /primeapi/restapi/monteCarloSettings/batch
Create Default Monte Carlo Settings for a Project
Method: post
Path: /primeapi/restapi/monteCarloSettings/createDefault/{projectId}
Update Monte Carlo Settings
Method: put
Path: /primeapi/restapi/monteCarloSettings
View Monte Carlo Settings
Method: get
Path: /primeapi/restapi/monteCarloSettings/{id}
View Monte Carlo Settings by Project
Method: get
Path: /primeapi/restapi/monteCarloSettings/project/{projectId}