Runs the provided decision tree for the given company, optionally using the data provided in the body of the call.
The POST body should contain the User Data Fields for the decision tree you want to run obtained via the /{guid}/userDataFields
endpoint.
{- "productType": "Product A",
- "isCustomer": "Yes",
- "salesValue": 197600
}
{- "Decision": "Reject",
- "DecisionText": "The Sales Value requested is greater than Creditsafe's recommended credit limit.",
- "Audits": [
- {
- "description": "A",
- "RuleName": "International Score"
}
], - "originationId": "SFC-1976",
- "statusCode": 3
}