RegisterSurveyInRouter

Description

Registers survey in the router.

Signature
void RegisterSurveyInRouter(string key, int routerId, string projectId, string quotaName, int priority)

Parameters

Name Data Type Description

key

string required

The authentication key

routerId

int required

projectId

string required

The survey id to register

quotaName

string required

The quota name in the survey to register

priority

int required

Survey priority

Response

Data Type Description

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

communityPanelSoapClient.RegisterSurveyInRouter(key, 99, "p987654321", 'gender', 1);