SOAP API method Account_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| name * | string | The name of the account. |
| showpoweredby * | boolean | Should the powerdby rule be visible?. |
| description * | string | The description of the account. |
| end * | timestamp | The date and time when the account was ended. |
| main * | boolean | Is this a main account?. |
| unsecure * | boolean | Is this an insecure account?. |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| account | Structure of type 'account' | All properties of the now updated account |
Structure 'account'
| Name | Type | Description |
|---|---|---|
| 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 |