SOAP API methode PdfTemplate_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
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 |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
pdftemplate | Structure of type 'pdftemplate' | All properties of the now updated pdftemplate |
Structuur 'pdftemplate'
Naam | Type | Beschrijving |
---|---|---|
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 |