I have a requirement to save data records in a data table present on another Pega application hosted on a different server. I need to use APIs to send the data. Is there any OOTB V1 API available to be used? If not V1, then how about V2?
if you got anything on this??
You need to use /data/{data_view_ID} from V2 DX API where data_view_ID is a savable data page in the target environment, which has to passed as a parameter in the query string and its associated params in the JSON body. There is should be a view created for the data type in the target environment with the name ‘Create’ and the source of the data page should be a data transform with properties set as Primary.{data table property}={Param.incoming JSON}. Also define the params on the data page and keep “Is this page used for alternate key storage?” checked.
You can follow the process mentioned here.