Participant Simulations REST Endpoints

Participant Simulations
The calculation estimation resource is used to view, create, update, and delete all the related entities that perform a calculation estimation.
Create a calculation estimation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations
Delete a calculation estimation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}
Get a calculation estimation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}
Get all calculation estimations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations
Update a calculation estimation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}