Clone Template
This method clones a Transactional Messaging Template.
This is a GET method.
REST WADL
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest?_wadl&_type=xml
REST URL
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/template/clone/{token}/{id}/{newName}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | The ID of the Template |
| id | The ID of the Template | | |
| newName | The new name for the cloned Template | | |
Error messages
- You must fill in the token parameter
- You must fill in the id parameter.
- You must fill in the name parameter.
- No template found !!
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/template/clone/{token}/176/CloneName
Output
<response responseStatus="success">
<result xsi:type="xs:long">177</result>
</response>