Rule Flow Solver API (DEPRECATED)
Last updated
Was this helpful?
Was this helpful?
[
{
"loan": 30000,
"tax": 1.15,
"message": "eligible for the loan"
}
]{
"error": {
"message": "Unknown ruleFlow or version"
}
}{
"error": {
"message": "Authentication token missing"
}
}URL
https://api.decisionrules.io/composition/solve/:ruleFlowId/:version
Headers:
Content-Type: application/json
Authorization: Bearer DOZpz-h6xnOrKGIINlYvkd9hn41pRR3oG6cqH{
"data": {
// INPUT OBJECT
}
}{
"data": {
"package": {
"age": 30,
"salary": 4000,
"loanType": "household",
"loan": 30000
}
}
}