- Subcategories:
- Participant Simulation Credits
- Participant Simulation Transaction Descriptive Flexfields
Participant Simulation Transactions REST Endpoints
Participant Simulations/Participant Simulation Transactions
The estimation transactions resource is used to view, create, update, and delete transactions associated with a calculation estimation.
- Create a calculation estimation transaction
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions - Delete a calculation estimation transaction
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId} - Get a calculation estimation transaction
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId} - Get all calculation estimation transaction
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions - Update a calculation estimation transaction
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}