SOAP API method PdfTemplateProperty_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| name * | string | The name of the property. |
| type * | string | The type of the property. |
| defaultValue * | string | The default value of the property |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| pdftemplateproperty | Structure of type 'pdftemplateproperty' | All properties of the now updated pdftemplateproperty |
Structure 'pdftemplateproperty'
| Name | Type | Description |
|---|---|---|
| id | string | The ID of the property. |
| name | string | The name of the property. |
| type | string | The type of the property. |
| defaultValue | string | The default value of the property |