Process Policy
OIPA exposes the ProcessPolicy REST web service to allow third-party applications to process all pending activities on an existing policy using a POST request.
Note:
The XML or JSON request must include Policy Number as a property.Endpoint
| Operation | Method | Path |
|---|---|---|
| ProcessPolicy | POST | /PASJava/rest/processPolicy |
Process Flow
- When OIPA receives a ProcessPolicy REST API request, it forwards the request to the ProcessPolicy web service.
- Based on the validation and processing results, OIPA builds the response and sends it to the requester with appropriate HTTP status codes.