REST Style Architecture
Oracle Prime API Employs Web-based Technology
The Oracle Prime API platform employs web-based technology to handle requests from external programs. External client programs can use the API to send requests to the application server that include one of the following operations:
| Operation | Description |
|---|---|
| Get | Returns objects or values. |
| Delete | Deletes objects or values. |
| Post | Creates objects or values. |
| Put | Updates objects or values. |
Upon receiving a request, Oracle Prime invokes the required business and security logic to service the request and provide an appropriate response.