SetCustomProjectInfoField

Description

Set a value of a custom info field for a project

Signature
void SetCustomProjectInfoField(string key,string projectId, string fieldId, string fieldValue)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

ID of the project

fieldId

string required

ID of the field (not to be confused with NAME of field)

fieldValue

string required

Value of the field

Response

Data Type Description

Example

var client = new SurveyDesignSoapClient();

client.SetCustomProjectInfoField(clientKey, "p123123", "custom_1", "customValue");