SOAP API methode Database_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
name * | string | The name of the database. |
description * | string | The description of the database. |
archived * | boolean | The database is archived. |
unsubscribebehavior * | string | Get the unsubscribe behavior of the database. Possible values are 'nothing', 'remove' or 'update'. |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
database | Structure of type 'database' | All properties of the now updated database |
Structuur 'database'
Naam | Type | Beschrijving |
---|---|---|
id | int | The ID of the database. |
name | string | The name of the database. |
description | string | The description of the database. |
archived | boolean | The database is archived. |
created | timestamp | The date and time when the account was created. |
unsubscribebehavior | string | Get the unsubscribe behavior of the database. Possible values are 'nothing', 'remove' or 'update'. |
countprofiles | int | The number of profiles. |
lastbuilt | timestamp | When was the item rebuilt for the last time? |