Exposed Computation

OIPA exposes the Exposed Computation REST web service to allow external applications to access its math engine using a POST request.

This request supports the capabilities of the Exposed Computation web service.

Configuration and Prerequisites

  • The configurator must configure a business rule in the Rules Palette for Exposed Computation.

  • The request payload must include properties that match the data requirements of the Exposed Computation business rule.

Endpoint

Operation Method Path
ExposedComputation POST /PASJava/rest/exposedComputation

Process Flow

  • Once OIPA receives the Exposed Computation REST API request, it executes the Exposed Computation web service flow using the configuration defined in AsExposedComputation.

  • Based on the validation and processing results, OIPA builds the response and sends it to the requester with appropriate HTTP status codes.