SOAP API methode Xslt_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
name * | string | The name of the xslt. |
description * | string | The description of the xslt. |
target * | string | The target of the XSLT |
archived * | boolean | The xslt is archived. |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
xslt | Structure of type 'xslt' | All properties of the now updated xslt |
Structuur 'xslt'
Naam | Type | Beschrijving |
---|---|---|
id | int | The ID of the xslt. |
name | string | The name of the xslt. |
description | string | The description of the xslt. |
target | string | The target of the XSLT |
modified | timestamp | The last modification time of the xslt. |
archived | boolean | The xslt is archived. |