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