Export & Import of Cloud ERP Configuration using Rest APIs
We are using the below Rest APIs to export the configurations
/fscmRestApi/resources/11.13.18.05/setupTasks
/fscmRestApi/resources/11.13.18.05/setupTaskCSVExports/{TaskCode}/child/SetupTaskCSVExportProcess/{ProcessId}/child/SetupTaskCSVExportProcessResult/{ProcessId}/enclosure/CSVTemplateReport
and wanted to know when we import the configurations using
/fscmRestApi/resources/11.13.18.05/setupTaskCSVImports
how do we make sure they are imported in an order...some configurations have to be in place before the next configurations. Like Manage Banks have to be done before Manage Bank Accounts. Is there anyway to figure out the order when we automate?
If we manually export and import all the tasks using FSM, Oracle will take care of it but with Rest API will it be possible?