SOAP API method Interest_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
name * | string | The name of the interest. |
groupname * | string | The name of the group that this interest belongs to. |
weight * | int | The weight of the interest. |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
interest | Structure of type 'interest' | All properties of the now updated interest |
Structure 'interest'
Name | Type | Description |
---|---|---|
id | int | The ID of this interest. |
name | string | The name of the interest. |
groupname | string | The name of the group that this interest belongs to. |
weight | int | The weight of the interest. |