Hi, we have a Custom Logical Unit in our Apps 10 U9 environment and would like to be able to insert data into it from another application via a REST API call.
Is it possible to do this and expose a CLU via the REST API?
Our CLU is a “staging” table where once data is imported into it (currently via migration job from a flat file), additional processing is done (again via migration jobs).
I’d like to get rid of the flat file and data import migration jobs and just insert the data directly into the CLU via API call.
If it is, can someone point me in the direction of where to find the documentation on how to do this, if it exists?