Inventory Staged Reservations REST Endpoints

Inventory Management/Inventory Staged Reservations
The Inventory Staged Reservations resource enables applications to get, create, update, and delete an inventory reservation interface record in Oracle Fusion Cloud Inventory Management and process reservation interface records.
Create inventory reservation interface records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedReservations
Delete an existing inventory reservation interface record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedReservations/{inventoryStagedReservationsUniqID}
Query for an existing inventory reservation interface record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedReservations/{inventoryStagedReservationsUniqID}
Query for existing inventory reservation interface records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedReservations
Update an existing inventory reservation interface record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedReservations/{inventoryStagedReservationsUniqID}