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
- To Create Enterprise Contract in ERP Fusion Cloud :- Operation : createContract
- Get Contract Details to fetch the contractHeader :- Operation : getContract
- Update the Adjustment Amount on the created Enterprise Contract :- Operation : mergeContract
- Update Contract Status into Active :- Operation : updateContractToActive
Sales Order Creation
- https://<<hostname>>/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub
It was very informative, Thank you.
ReplyDeleteInformative. Will bookmark it.
ReplyDelete