Change Survey Status
Change the status of the survey.
Request
PUT $apihost/$basepath/surveys/$surveyId/status
($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header)
Body:
{
"ps_survey_status": 33
}
Response
Response Code
200
Response Body
, multiple selections available,
Related content
Survey Done Redirect URL's
Survey Done Redirect URL's
Read with this
Creating a Survey
Creating a Survey
Read with this
Survey with Age, Income, Gender Qualifications and Quotas
Survey with Age, Income, Gender Qualifications and Quotas
Read with this
Update offer price via PATCH
Update offer price via PATCH
Read with this
Registering Completes
Registering Completes
Read with this
Connecting to the API
Connecting to the API
Read with this