SOAP API method EmailingTemplateImage_update
Parameters
- Parameter 'id' : string
- The identifier (id) of the object that is updated
Return values
- Return value 'emailingtemplateimage' : Structure of type 'emailingtemplateimage'
- All properties of the now updated emailingtemplateimage
Structure 'emailingtemplateimage'
This structure emailingtemplateimage was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the image.
- Property 'name' : string
- The filename of the image.
- Property 'extension' : string
- The extension of this image.
- Property 'width' : int
- The width of the image.
- Property 'height' : int
- The height of the image.
- Property 'hashcode' : string
- Expose the data hashcode
- Property 'data' : binary
- The data of the image. The data is base64 encoded.
- Property 'mimetype' : string
- The mime type of the image.
- Property 'thumbwidth' : int
- The width of the thumbnail of the image.
- Property 'thumbheight' : int
- The height of the thumbnail of the image.
- Property 'thumbdata' : binary
- The data of the thumnail of the image. The data is base64 encoded.