You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
You can also use an API to create a copy of a Mapping by following the steps given below.
Enter the Endpoint URL of the API to be used for copying a Mapping. Refer to the table given below for the API Endpoint URLs.
API Name
Endpoint URL
Example
Copy Mapping
<application URL>/rest/entities/mappings/copy/<ID of the Mapping>
https://hostURL.com/rest/entities/mappings/copy/192168001006160326311623000017
In the Body of the REST client, enter the name and description for the copy of Mapping in key value pair as shown in the example below:
{“entityName”:”Mapping_Copy”,“description”:”Copy_of_Mapping”}