Clone Dynamic Content Block
This method clones a Dynamic Content Block.
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/banner/clone/{token}/{id}/{newName}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | cloneBannerId -The ID of the new Dynamic Content Block |
| id | The ID of the Dynamic Content Block | | |
| newName | The new name of the new banner | | |
Error messages
- You must fill in the token parameter
- You must fill in the id parameter.
- You must fill in the name parameter.
- No banner found !!
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/clone/{token}/150/CloneName
Output
<response responseStatus="success">
<result xsi:type="xs:long">151</result>
</response>