SOAP API methode Interest_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
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. |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
interest | Structure of type 'interest' | All properties of the now updated interest |
Structuur 'interest'
Naam | Type | Beschrijving |
---|---|---|
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. |