ImportSurvey Description Import survey definition Signature string ImportSurvey(string key, string surveyXml) Parameters Name Data Type Description key string required The authentication key surveyXml string required ID of the project Response Data Type Description string ProjectID of the new survey Example var SurveyDesign = new SurveyDesignSoapClient(); string projectId = SurveyDesign.ImportSurvey(clientKey, surveyXML);