Updates the project specified by the ProjectGuid parameter.
Endpoint URL
http://api.clearvoicesurveys.com/api/v1/projects/updateproject
Parameters
ProjectGuid globally unique identifier |
SurveyUrl string |
SurveyLength integer |
PartnerProjectId string |
PartnerSalesperson string |
ProjectTriggers Triggers |
ProjectPixelUrls Collection of string |
AllowSurveyRestart boolean |
SpeedDetection SpeedDetection |
SurveyInvitations Collection of ProjectSurveyInvitation |
ExclusionCriteria Collection of DemographicCriteria |
Example Request Data
{ "ProjectGuid": "00ceb1a0-dd1d-4a41-830d-6f4036ade535", "SurveyUrl": "sample string 2", "SurveyLength": 1, "PartnerProjectId": "sample string 3", "PartnerSalesperson": "sample string 4", "ProjectTriggers": { "StartCap": 1, "CompleteCap": 1, "OverQuotaCap": 1, "TerminateCap": 1 }, "ProjectPixelUrls": [ "sample string 1", "sample string 2" ], "AllowSurveyRestart": true, "SpeedDetection": { "IsEnabled": true, "MinLength": 1, "MaxLength": 1 }, "SurveyInvitations": [ { "SurveyName": "sample string 1", "Culture": "sample string 2", "EmailInvitation": { "Subject": "sample string 1", "Body": "sample string 2" }, "EmailReInvitation": { "Subject": "sample string 1", "Body": "sample string 2" } }, { "SurveyName": "sample string 1", "Culture": "sample string 2", "EmailInvitation": { "Subject": "sample string 1", "Body": "sample string 2" }, "EmailReInvitation": { "Subject": "sample string 1", "Body": "sample string 2" } } ], "ExclusionCriteria": [ { "DemographicGuid": "cbd9d8ab-d02c-4f7d-a10e-9f1d8c29568c", "Answers": [ { "AnswerGuid": "73314f58-fc3a-42e5-8bf6-e4d3f25b1073" }, { "AnswerGuid": "73314f58-fc3a-42e5-8bf6-e4d3f25b1073" } ] }, { "DemographicGuid": "cbd9d8ab-d02c-4f7d-a10e-9f1d8c29568c", "Answers": [ { "AnswerGuid": "73314f58-fc3a-42e5-8bf6-e4d3f25b1073" }, { "AnswerGuid": "73314f58-fc3a-42e5-8bf6-e4d3f25b1073" } ] } ] }
Response Description
ProjectGuid globally unique identifier |
Example Response
{ "ProjectGuid": "05c3e7d3-5dbd-4f5e-a237-87b85206fd56" }