REST APIs for OIPA Web Services
The OIPA REST API exposes selected web service capabilities for third-party integrations by using AsFile and related OIPA configurations.
OIPA has been enhanced to support REST-based access for several existing SOAP web services. This enhancement allows customers and integration partners to interact with OIPA services using modern REST APIs in addition to the traditional SOAP protocol. The new implementation simplifies integrations, improves compatibility with external applications, and provides greater flexibility for consuming OIPA services.
Available OIPA REST Endpoints
- FileReceived: This POST service is for activity creation, data insertion, quote generation, and illustration processing.
- PolicyValuation: This POST service is for processing valuation-related activities on an existing policy.
- ExposedComputation: This POST service is for invoking OIPA's math engine computations.
- ProcessPolicy: This POST service is for processing all pending activities on an existing policy.
Request Formats
The OIPA REST URI accepts the payload in both JSON or XML. Responses are returned in the corresponding format based on endpoint request.
Note:
Existing SOAP services continue to remain available and supported.