Incentive Simulation Rest API Does Not Give The Expected Results.
(Doc ID 2973294.1)
Last updated on SEPTEMBER 08, 2023
Applies to:
Oracle Fusion Incentive Compensation Cloud Service - Version 11.13.23.04.0 and laterInformation in this document applies to any platform.
Symptoms
Incentive Simulation Rest API does not give the expected results
Post URL - https://<instance>/fscmRestApi/resources/11.13.18.05/incentiveCompensationCalculationSimulations
Sample Payload -
{
"SimulationType": "ORA_CN_ESTIMATION",
"OrgId": "300000002707060",
"ProcessingStatus": "ORA_CN_READY",
"Transactions": [
{
"EventDate": "2023-01-01",
"TransactionType": "ORDER 3",
"TransactionNumber": "TRXORD3C1",
"TransactionAmountSource": 0,
"Credits": [
{
"CreditedParticipantId": "300000009109811",
"CalculationCurrencyCode": "USD",
"CreditCategoryId": 300000003029960
}
]
}
]
}
EXPECTED BEHAVIOR
-----------------------
Expecting the amount to be the same as actual earning since there's no additional amount for the simulation.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |