Rule Solver API
Request and response from API solving.
Swagger
Please insert: "Bearer <SOLVER_API_KEY>" into Authorization header.
Unique identifier for the rule that is common to all rule versions. Instead of rule ID, it is possible to use a rule alias.
Business rule version. If the parameter is not filled in, the last published version will be used automatically.
Bearer Solver_API_Key
The media type of the request body. Example: application/json.
application/jsonDefines the execution strategy. Possible values: STANDARD, ARRAY, FIRST_MATCH.
STANDARDPossible values: Correlation ID, if you'd like to set it manually. If not present, it will be generated automatically and returned in the response.
Decides whether an audit of the solve should be created and saved. Use 'true' to enable auditing.
truePossible values: Number of days after which the audit will be deleted. Default is 14 days.
14Enables or disables debug mode. Default is 'false'.
falsePossible values: JSON object that describes the input json data.
Object specifying solver options.
OK
Bad Request
Authentication token missing
Request example
Simple Solve
Rule
Simple Request
Simple Response
Bulk Solve
Rule

Bulk Request
Bulk Response
Options
Included Condition Cols
Excluded Condition Cols
Last updated
Was this helpful?

