Connect Rest to send records from 10 database tables to other environment
I have updated 10 database tables with some records.
This 10 tables are again updated in other pega environments.
I need to use REST connect ans services to add records in another two environments(like US ,UK).
How to achive this in REST with JSON,
Should I call REST for each database table or can able to send all records in all tables at a time.
what are the methods can use for parsing all from clipboard to JSON and JSON to Clipboard