Method to set the information of a member of the list.
https://api.wbsrvc.com/List/UpdateRecord/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| list_id Required |
ID of the list. Type: integer |
| record_id Required |
ID of the member. Type: integer |
| data Required |
Additional data for the member. Type: array of fields and values - i.e. array('firstname' => 'John') |
| client_id Optional |
Client ID of the client in which the list is located. Type: integer |