I need to create a decision flow in SAS RTDM which reads the table data as input parameter and insert the data into that table. I need to make this as a REST API call which invokes this decision flow and processes the input table data as a JSON parameter.
E.g
{ "version":"1", "correlationId":"a325f232-982c", "clientTimeZone":"UTC", "inputs":{ "visitorIdentification":"demo@sample.com", "sample":[ { "metadata":[ { "action":"string" }, { "targetType":"string" }, ] }, { "data":[ [ "TopOfPage", null, ], [ "BottomOfPage", null, ], [ "Replace", "Name", ] ] } ] } }
As I am new to RTDM, please let me have your inputs on how to start with this?
Regards,
Siva
... View more