Oracle Fusion Cloud SCM REST and SOAP API's to use in OIC( Oracle Integration Cloud)

Below is the list of ERP Fusion Cloud REST  and SOAP API's to be used in sequence for the ERP Fusion Manufacturing Flow

Item Creation 

  • https://<<hostname>>/fscmRestApi/resources/11.13.18.05/itemsV2
Item Structure (BOM : Bill of Material)
  • https://<<hostname>>/fscmRestApi/resources/11.13.18.05/itemStructures
Work Definition Creation ( GET Operation Not Supported)
  • https://<<hostname>>/fscmRestApi/resources/11.13.18.05/workDefinitionRequests
PriceList
  • https://<<hostname>>/fscmRestApi/resources/11.13.18.05/priceLists : Using this REST API, fetch the PricelistId to pass in the below REST API to create items in the ERP Fusion PriceList
  • https://<<hostname>>/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items
Enterprise Sales Contract (SOAP API) 
  • https://<<hostname>:<<port>>/fscmService/ContractServiceV2
  1. To Create Enterprise Contract in ERP Fusion Cloud :- Operation : createContract
  2. Get Contract Details to fetch the contractHeader :- Operation : getContract
  3. Update the Adjustment Amount on the created Enterprise Contract :- Operation : mergeContract
  4. Update Contract Status into Active :- Operation : updateContractToActive

Sales Order Creation
  • https://<<hostname>>/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub

Comments

Post a Comment

Popular posts from this blog

How to give NewLine feed to the text in OIC using xslt function

ERP Fusion Cloud Cost Rollup Process using OIC via API's