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: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions
Delete a calculation estimation transaction
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}
Get a calculation estimation transaction
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}
Get all calculation estimation transaction
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions
Update a calculation estimation transaction
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationEstimations/{SimulationId}/child/Transactions/{TransactionId}