How to create scripted rest api post data through transform maps

AJAYKUMAR G
Tera Contributor

How to create scripted rest api post data through transform maps

1 ACCEPTED SOLUTION

Tushar
Kilo Sage
Kilo Sage

Hi @AJAYKUMAR G  You can use scripted rest api to accept JSON data, determine which Workday integration type applies and insert data into the Import Set Table after that trigger the correct Transform Map.

something like this -
Third-party system sends API request
Scripted REST API receives the request
Inserts the record into the Import Set Table
Manually triggers the correct Transform Map
Transform Map processes and moves data to the target table

 

Thanks.

 

View solution in original post

5 REPLIES 5

 how to create scripted REST API and then based on Workday integration type applies and insert data into the Import Set Table after that trigger the correct Transform Map