Reservations is one of the critical business functionality in
Inventory Management. Reservations provides a way to link the Supply Source to
a demand source.
In the current post,
We are discussing on REST API’s provided by Oracle Fusion Inventory Management
Cloud Service to access/create/update Reservations.
Fusion Applications
standard documentation can be accessed from the below URL.
Below are the
various operations available for reservations.
1. Get all Reservation
2. Create Reservation
3. Delete a Reservation
4. Get a Reservation
5. Update a Reservation
A. Get All Reservations
Resource
Path:
/fscmRestApi/resources/11.13.18.05/inventoryReservations
Request
URL:
Method:
Get
Prerequisites:
Authentication
user needs to have
-
Inventory
Manager Role
-
Data
Access for Inventory Organization.
Full
Request URL:
https://servername.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/inventoryReservations?q=ItemNumber="MA-Std
Item";OrganizationCode="INVDEN"&orderBy=DemandSourceHeaderNumber:desc
This includes below parameters
o
Item Number
o
Organization Code
Comments
Post a Comment