Back to API references

SOAP API method PdfTemplate_update

Parameters

Name Type Description
id * string The identifier (id) of the object that is updated
source * binary The source of the template. The parameter must be base64 encoded. The data is base64 encoded.
name * string The name of the template.
description * string The description of the template.
archived * boolean The template is archived.
language * string The language of the template.
timezone * string Get the timezone of the template
* required parameters

Return values

Name Type Description
pdftemplate Structure of type 'pdftemplate' All properties of the now updated pdftemplate

Structure 'pdftemplate'

Name Type Description
hashcode string Hashcode of the template
source binary The source of the template. The data is base64 encoded.
pagecount int The number of pages of the template.
size int The size of the template.
id int The ID of the template.
name string The name of the template.
description string The description of the template.
archived boolean The template is archived.
created timestamp When the template was created.
modified timestamp When the template was last modified.
language string The language of the template.
timezone string Get the timezone of the template