ERP Fusion Cloud Cost Rollup Process using OIC via API's
Cost Rollup It is a process of adding all the cost of the underlying materials to obtain the total manufacturing cost per unit. Using OIC, for this cost rollup, we have to first create the cost scenarios with the item numbers added into the same and then using the ERP ESS Scheduled job, we need to pass the Scenario Number to sum the costs i.e. Cost Rollup. Below is the Payload for creating multiple cost scenario's with the item numbers added into it. REST API:- /fscmRestApi/resources/11.13.18.05/costScenarios NOTE:- The structure of the below JSON payload is little bit different from the other REST API's in the ERP Fusion Cloud. While testing in POSTMAN tool, just give URL as "https://<hostname>/fscmRestApi/resources/11.13.18.05" as we giving "/costScenarios" in the body itself and under the headers section the key as Content-Type and value as "application/vnd.oracle.adf.batch+json" { "parts" : [ { "id" : ...