SOAP API method Interest_update
Parameters
- Parameter 'id' : string
- The identifier (id) of the object that is updated
- Parameter 'name' : string
- The name of the interest.
- Parameter 'groupname' : string
- The name of the group that this interest belongs to.
- Parameter 'weight' : int
- The weight of the interest.
Return values
- Return value 'interest' : Structure of type 'interest'
- All properties of the now updated interest
Structure 'interest'
This structure interest was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of this interest.
- Property 'name' : string
- The name of the interest.
- Property 'groupname' : string
- The name of the group that this interest belongs to.
- Property 'weight' : int
- The weight of the interest.