SOAP API method EmailingTemplate_file
Description
A single file of the template.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object EmailingTemplate. The method only applies to the emailingtemplate with this id.
- Parameter 'identifier' : string
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'emailingtemplatefile' : Structure of type 'emailingtemplatefile'
- Return value 'webtemplatefile' : Structure of type 'webtemplatefile'
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 'emailingtemplatefile'
This structure emailingtemplatefile was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the file.
- Property 'mimetype' : string
- The mimetype of the file.
- Property 'hashcode' : string
- Expose the file hashcode
- Property 'data' : binary
- The data of the file. The data is base64 encoded.
- Property 'name' : string
- The filename of the file.
- Property 'size' : int
- The size of the file.
Structure 'webtemplatefile'
This structure webtemplatefile was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the file.
- Property 'mimetype' : string
- The mimetype of the file.
- Property 'hashcode' : string
- Expose the file hashcode
- Property 'data' : binary
- The data of the file. The data is base64 encoded.
- Property 'name' : string
- The filename of the file.
- Property 'size' : int
- The size of the file.