Method to set the information of a list.
https://api.wbsrvc.com/List/SetInfo/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| list_id Required |
ID of the list. Type: integer |
| sublist_id Optional |
ID of the segment. Type: integer |
| name Optional |
Name of the list or name of the segment if sublist_id is provided. Type: string |
| language Optional |
Language of the list. Type: string - i.e. 'en_US' for English (US) |
| policy Optional |
Accept the anti-spam policy for this list. Type: string - possible value 'accepted', 'declined' |
| status Optional |
Status of the list. Type: string - possible value 'active', 'archived', 'deleted' |
| sender_name Optional |
Name of the default sender of the list. Type: string |
| sender_email Optional |
Email of the default sender of the list. Type: string |
| goto_oi Optional |
Redirection URL on subscribing to the list. Type: string |
| goto_di Optional |
Redirection URL on confirming the subscription to the list. Type: string |
| goto_oo Optional |
Redirection URL on unsubscribing to the list. Type: string |
| webhook Optional |
Webhook URL for the list. Type: string |
| query Optional |
Rules for the segment if sublist_id is provided. Type: string |
| client_id Optional |
Client ID of the client in which the list is located. Type: integer |