CreateSublist
Creates a sublist from list.
It supports up to 5 conditions for creating the sublist.
Each condition is defined by a field, a function and a value.
To connect the conditions between them, a radio option of type AND/OR is used.
If the radio option is not specified, the OR option will be used by default.
Parameters:
- user_key
-
an array of conditions:
- 0_field
- 0_function
- 0_value
Optional parameters:
-
an array of conditions:
- 0_radio
- 1_field
- 1_function
- 1_value
- 1_radio
- 2_field
- 2_function
- 2_value
- 2_radio
- 3_field
- 3_function
- 3_value
- 4_radio
- 4_field
- 4_function
- 4_value
Returns:
- sublist_id - the id of the newly created sublist
XML request:
XML response: