SOAP API method EmailingTemplate_createProperty
Description
Add a extra property to the template.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object EmailingTemplate. The method only applies to the emailingtemplate with this id.
- Parameter 'name' : string
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'emailingtemplateproperty' : Structure of type 'emailingtemplateproperty'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'emailingtemplateproperty'
This structure emailingtemplateproperty was mentioned above. This structure has the following properties:
- Property 'id' : string
- The ID of the property.
- Property 'name' : string
- The name of the property.
- Property 'type' : string
- The type of the property.
- Property 'defaultValue' : string
- The default value of the property