Executes a specific function from a formula library element without requiring a full formula logic implementation.
Parameters are provided via the request payload and the calculated result is returned.
Note:
- This endpoint does not work with
inputsbindings. Provide ordered function arguments instead.- Used by the Pricefx MCP server to enable Groovy-configured MCP Tools.
- Requires the
PRICINGFORMULA_EXECUTEpermission.
OK
Bad request. Validation or execution error. Possible causes:
allowObjectMods has wrong type (must be a boolean)functionArgs must be an array/listUnauthorized. Authentication required or failed.
Forbidden. Insufficient permissions. Requires PRICINGFORMULA_EXECUTE
Internal Server Error
{- "data": {
- "allowObjectMods": true,
- "functionArgs": [
- null
]
}
}