REST PATCH Not Working For Rule Assignments
(Doc ID 2925817.1)
Last updated on APRIL 06, 2023
Applies to:
Oracle Fusion Incentive Compensation Cloud Service - Version 11.13.22.10.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.13.22.10.0 version, Crediting
REST PATCH not working for Rule Assignments, when trying to PATCH a value to a attribute in Rule Assignment and following the Oracle documentation for REST API’s.
The REST api documentation:
https://docs.oracle.com/en/cloud/saas/sales/22d/faaps/op-incentivecompensationrulehierarchies-ruleid-child-ruleassignments-ruleassignmentid-patch.html
The PATCH URL tried in Postman is :
https:/Testl-test.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/incentiveCompensationRuleHierarchies/123456/child/RuleAssignments/300000012345678
Request:
{“SplitPercent”: 10}
Getting a 400 Bad request error and the error message says :
“Attribute Assigned Object Identifier isnt applicable in this context.”
The rule attribute ID and the Rule ID’s are valid and GET method for the same URL is working fine.
ERROR
-----------------------
400 Bad request error:
Error message says :
“Attribute Assigned Object Identifier isnt applicable in this context.”
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 |