This use case tests if an incoming Request can be rejected with the given parameters without actually rejecting it.

It is advised to call canReject before actually rejecting a Request, however canReject will usually be successful, as there are only rare cases which block a rejection.

Parameters

On Success

  • Returns a RequestValidationResult that indicates if Request can be rejected with the given parameters.

On Failure

  • The decisions do not match the RequestItems.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use-case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: