Document
REST API for Oracle Supply Chain Management Cloud

REST API for Oracle Supply Chain Management Cloud

Records that detail the requirements for a particular part or component. The records help you view, create, or update the part requirement for an Orac

Related articles

▷ Guide to the Best VPNs of 2024 What’s the Meaning of the Number 6 Cut in half: On Cloudmonster Hyper Review (2024) The Truth About Cloud Storage vs. Local Storage Costs Getting Started with the ABAP RESTful Application …

Records that detail the requirements for a particular part or component. The records help you view, create, or update the part requirement for an Oracle Fusion Cloud Engagement service request, Oracle Engagement work order, or third-party document.

Create lines

method :post

path :/fscmRestApi/resources/11.13.18.05/partRequirementLines

create order for part requirement

method :post

path :/fscmRestApi/resources/11.13.18.05/partRequirementLines/action/orderPartRequirements

delete one line

method :delete

path :/fscmRestApi / resources/11.13.18.05 / partrequirementlines/{requirementlineid }

Find the preferred source

method :post

path :/fscmRestApi / resources/11.13.18.05 / partrequirementlines/{requirementlineid }/action/getPreferredSource

Find the preferred source and price the parts

method :post

path :/fscmRestApi / resources/11.13.18.05 / partrequirementlines/{requirementlineid }/action/calculateSourceAndPrice

Finds all the sources from where the part can be sourced.

method :post

path :/fscmRestApi / resources/11.13.18.05 / partrequirementlines/{requirementlineid }/action/getAvailableParts

Get all lines

method :get

path :/fscmRestApi/resources/11.13.18.05/partRequirementLines

Get one line

method :get

path :/fscmRestApi / resources/11.13.18.05 / partrequirementlines/{requirementlineid }

Refresh a part requirement line

method :post

path :/fscmRestApi/resources/11.13.18.05/partRequirementLines/action/refreshLines

Update one line

method :patch

path :/fscmRestApi / resources/11.13.18.05 / partrequirementlines/{requirementlineid }