SOAP API method Collection_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
name * | string | The name of the collection. |
weight * | int | The weight of the collection. |
unsubscribebehavior * | string | Get the unsubscribe behavior of the collection. Possible values are 'nothing', 'remove' or 'update'. |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
collection | Structure of type 'collection' | All properties of the now updated collection |
Structure 'collection'
Name | Type | Description |
---|---|---|
id | int | The ID of the collection. |
name | string | The name of the collection. |
weight | int | The weight of the collection. |
created | string | The date and time when the account was created. |
unsubscribebehavior | string | Get the unsubscribe behavior of the collection. Possible values are 'nothing', 'remove' or 'update'. |
countsubprofiles | int | The number of subprofiles. |