SOAP API method WebSite_account
Description
Returns the account where this website belongs to.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object WebSite. The method only applies to the website with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'account' : Structure of type 'account'
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 'account'
This structure account was mentioned above. This structure has the following properties:
- Property 'name' : string
- The name of the account.
- Property 'showpoweredby' : boolean
- Should the powerdby rule be visible?.
- Property 'description' : string
- The description of the account.
- Property 'created' : timestamp
- The date and time when the account was created.
- Property 'end' : timestamp
- The date and time when the account was ended.
- Property 'active' : boolean
- Is this account active?
- Property 'main' : boolean
- Is this a main account?.
- Property 'unsecure' : boolean
- Is this an insecure account?.
- Property 'mailip' : string
- The 'from' IP address that is used for mailings