REST API sample payload to submit FSM export task
Summary
REST API sample payload to submit FSM export taskContent
Hello Experts,
Usually when we want to migrate configurations from one environment to the other, we take a FSM export for certain set up configuration - Fast Formula, Value sets etc. and manually import it in the target environment. I was doing some research and was looking for an API to automate this. I found the "Setup Offering CSV Exports" and "Setup Task CSV Exports" resource in the "REST API for Common Features in Oracle Applications Cloud" document. I was trying to understand what payload and attributes it would need to create a working payload. The easiest way to find that would be to submit a GET request and build the payload from there, but in these resources the "Export Criteria" and the "Export Process" child tasks, do not support GET o GET ALL actions, only a POST is supported.