SOAP API methode Account_createXslt
Beschrijving
A xslts is an XML-based language used for the transformation of XML documents into other XML or "human-readable" documents. This method will create a xslt in this account.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| name * | string | Name of the xslt |
| target | string | Target for the new XSLT |
| usedefault | string | Import default xslt, can be 'survey', 'rss' or 'atom'. |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| xslt | Structure of type 'xslt' |
Structuur 'login'
| Naam | Type | Beschrijving |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
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. |