GetUpdateProfileSurveyUrl

Description

Returns an update profile url for specified project. Url is valid for 60 sec, and just one time.

Signature
string GetUpdateProfileSurveyUrl(string key, string panelId, string updateProfileProjectid, int panelistId, int language, string returnUrl )

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

updateProfileProjectId

string required

panelistId

int required

language

int required

returnUrl

string required

Url to where the browser should redirect when update profile is finished

Response

Data Type Description

string

The unique link to the survey

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

var updateProfileSurveyUrl = communityPanelSoapClient.GetUpdateProfileSurveyUrl(key, "p123456789", "p987654321", "99", 20, "https://survey.nordic.confirmit.com/communities/default.aspx?p=p123456789");