SOAP API method Collection_setUnsubscribeValues
Description
Set the value used to fill the unsubsribe field when unsubscribing.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Collection. The method only applies to the collection with this id.
- Parameter 'fields' : Collection of type 'fields'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'pair'
This structure pair was mentioned above. This structure has the following properties:
- Property 'key' : string
- Property 'value' : string
Structure 'fields'
This structure fields was mentioned above. This structure has the following properties:
- Property 'pair' : Structure of type 'pair'
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