Batch Update Monte Carlo Settings

put

/primeapi/restapi/monteCarloSettings/batch

Send a request to this endpoint to update one or more monte carlo settings. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
The MonteCarlo Settings to be updated.
Root Schema : List<ApiEntityMonteCarloSettings>
Type: array
Title: List<ApiEntityMonteCarloSettings>
Show Source
Nested Schema : ApiEntityMonteCarloSettings
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source

Response

Supported Media Types

204 Response

Successful operation with no content.

400 Response

Invalid input for the Monte Carlo Settings service. Verify the request contains valid data, then resubmit the request.