SOAP API methode Font_account
Beschrijving
The account of this font.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object Font. The method only applies to the font with this id. |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
account | Structure of type 'account' |
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 'account'
Naam | Type | Beschrijving |
---|---|---|
name | string | The name of the account. |
showpoweredby | boolean | Should the powerdby rule be visible?. |
description | string | The description of the account. |
created | timestamp | The date and time when the account was created. |
end | timestamp | The date and time when the account was ended. |
active | boolean | Is this account active? |
main | boolean | Is this a main account?. |
unsecure | boolean | Is this an insecure account?. |
mailip | string | The 'from' IP address that is used for mailings |