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