UpdatePanelVariables
Description
Update Panel variables by userId
int UpdatePanelVariables(string key, string panelProjectId, int userId, string[] fieldNames, string[] fieldValues)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
panelProjectId |
string required |
The project id of the panel |
userId |
int required |
The ID of the panelist |
fieldNames |
string[ ] required |
The field names to update |
fieldValues |
string[ ] required |
The values to update (corresponding to the field names) |
Response
Data Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
int |
The result code for the update:
|