REST Service Related Articles: Using the Purchase Requisitions REST API
Summary
How to create, update, delete, submit records with the Purchase Requisitions REST API, and more.Content
You can now use the Purchase Requisitions REST API to manage the purchase requisition data stored in Oracle Self Service Procurement Cloud. In this topic, we thought of providing you with some information on the REST API to help you get started.
REST stands for REpresentational State Transfer. It is an architecture style for designing loosely coupled applications over the web. REST is now the de-facto standard for integrating applications and developing mobile and web applications over HTTP protocol.
In addition to supporting the standard CRUD (Create, read, update delete) operations, the
6