How to create an expression using REST API
Summary:
In the document https://docs.oracle.com/en/cloud/saas/sales/faaps/op-incentivecompensationexpressions-post.html,
Content (please ensure you mask any confidential information):
in the above document the example payload is:
{ "Name": "Credit Amount Expression", "OrgId" : 204, "Description" : "Expression for a basic credit amount."}
It only creates expression with name but not the expression itself, say I want to create an expression SUM(Credit.CreditAmount)
How do I do that? please help I dont find any examples.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0