Create and Add Standard Dynamic Content Block Link
This method creates and adds a standard link to the 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/bannerUrl/createAndAddStandardUrl/{token}/{bannerId}/{name}/{url}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | order - The order number of the URL |
| bannerId | The ID of the Dynamic Content Block | | |
| name | The name of the URL | | |
| url | The URL of the link | | |
Error messages
- You must fill in the token parameter
- You must fill in the bannerId parameter.
- You must fill in the name parameter.
- You must fill in the url parameter.
- No banner found !!
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/bannerUrl/createAndAddStandardUrl/{token}/150/UrlName/www.actito.com
Output
<response responseStatus="success">
<result xsi:type="xs:long">1</result>
</response>