public class GroovyPriceIQHelper extends Object
| Constructor and Description |
|---|
GroovyPriceIQHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
formulaEvaluation(String payload)
Calls the FormulaEvaluation endpoint in PriceIQ API in Zilliant Org, and
returns the response as String
|
public String formulaEvaluation(String payload) throws IMCException
payload - as String. The payload to pass to the FormulaEvaluation
APIIMCException