SOAP API method ImportColumn_setInterest
Description
A column can only be associated with a field OR an interest. An earlier call to setField() is overridden when a column is associated with an interest.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object ImportColumn. The method only applies to the importcolumn with this id.
- Parameter 'interest' : Structure of type 'interest'
- Parameter 'login' : Structure of type 'login'
- Optional login data
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.
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt