Participant Simulation Credits REST Endpoints
Participant Simulations/Participant Simulation Transactions/Participant Simulation Credits
The estimation credits resource is used to view, create, update, and delete credits of a calculation estimation.
- Create a calculation estimation credit
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}/child/Credits - Delete a calculation estimation credit
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}/child/Credits/{CreditId} - Get a calculation estimation credit
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}/child/Credits/{CreditId} - Get all calculation estimation credit
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}/child/Credits - Update a calculation estimation credit
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}/child/Credits/{CreditId}