SOAP API method Account_createStyle
Description
A style is a object used to markup html documents. A new created stylesheet is already filled with default markup properties.
Parameters
- Parameter 'name' : string
- Name of the style
- Parameter 'usedefault' : boolean
- Create the stylesheet with the default styles
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'style' : Structure of type 'style'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'style'
This structure style was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the style.
- Property 'name' : string
- The name of the style.
- Property 'description' : string
- The description of the style.
- Property 'modified' : string
- The last modification time of the style.
- Property 'archived' : boolean
- The style is archived.
- Property 'mainstyle' : string
- The main style properties.
- Property 'surveystyle' : string
- The survey style properties.
- Property 'rssstyle' : string
- The rss style properties.
- Property 'atomstyle' : string
- The Atom style properties.
- Property 'webformstyle' : string
- The Webform style properties.