Create a Dynamic Content Block
This method creates 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/create/{token}/{name}/{description}/{contentType}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | bannerId - The ID of the Dynamic Content Block |
| name | The name of the Dynamic Content Block | | |
| description | The description of the Dynamic Content Block | | |
| contentType | The content type of the Dynamic Content Block (TEXT or HTML) | | |
Error messages
- You must fill in the token parameter
- You must fill in the name parameter.
- You must fill in the contentType parameter.
- You can't retrieve this type of banner.
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/create/{token}/Name/Description/HTML
Output
<response responseStatus="success">
<result xsi:type="xs:long">150</result>
</response>