- Subcategories:
- Participant Simulation Transactions
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: postPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations - Delete a calculation estimation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId} - Get a calculation estimation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId} - Get all calculation estimations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations - Update a calculation estimation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}