Update Template
This method updates 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/update/{token}/{id}/{field}/{value}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | true if it was successful, false if it was not successful |
| id | The ID of the Template | | |
| field | The field to update
- name
- description
- subject
- from
- to
- replyTo
- replyToEmail
- encoding
Error messages
- You must fill in the token parameter
- You must fill in the id parameter.
- You must fill in the field parameter.
- You must fill in the name parameter.
- You must fill in the encoding parameter.
- You must fill in the replyTo parameter.
- No template found !!
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/template/update/{token}/176/name/NewName
Output
<response responseStatus="success">
<result xsi:type="xs:boolean">true</result>
</response>