Apply Survey Group to a Project
Apply the Survey group to an existing project. Use the Edit survey API explained here Edit Survey Quotas and add the parameter below to the payload:
"buyer_surveygroup_ref": "cosmetics_project_1189"
Request
PUT $apihost/$basepath/surveys/5000/
($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)
Parameters:
Body:
{
"survey_title": "Sample Survey for Age Income Gender bapit-2",
"survey_category_code": 231,
"survey_localization": "en_US",
"completes_required": 1000,
"expected_ir": 60,
"expected_loi": 60,
"offer_price": 4.5,
"live_url": "https://my.survey.com?survey_id=1234",
"test_url": "https://my.survey.com?survey_id=1234&test=1",
"field_time": 10,
"buyer_surveygroup_ref": "cosmetics_project_1189"
}
Response
Response Code
200
Response Body
{
"ps_api_response_code": 1000,
"ps_api_response_message": "Purespectrum Custom API Response Message"
}
, multiple selections available,
Related content
Get Survey Group Information
Get Survey Group Information
Read with this
Obtaining Feasibility & Pricing Without Creating Survey
Obtaining Feasibility & Pricing Without Creating Survey
Read with this
Survey with Age, Income, Gender Qualifications and Quotas
Survey with Age, Income, Gender Qualifications and Quotas
Read with this
Creating an exclusion group
Creating an exclusion group
Read with this
Codes & Units
Codes & Units
Read with this
Request and Response parameters
Request and Response parameters
Read with this