/
Edit income qualification of a survey
Edit income qualification of a survey
Edit income qualification to the survey created in this example Survey with no qualifications or quotas. The survey is set to look for respondents with income in either 25K-50K range or 75K-100K range.
bapit-14
Request
PUT $apihost/$basepath/surveys/7654/qualifications/213
($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:
{ "range_sets": [ { "from": 25000, "to": 50000, "units": 321 }, { "from": 75000, "to": 100000, "units": 321 } ] }
Response
Response Code
201
Response Body
Related content
Add geographical region qualification to a survey
Add geographical region qualification to a survey
More like this
Codes & Units
Codes & Units
Read with this
Add income qualification to a survey
Add income qualification to a survey
More like this
Add device qualification to a survey
Add device qualification to a survey
Read with this
Edit Survey Quotas
Edit Survey Quotas
More like this
Qualification and Condition Codes
Qualification and Condition Codes
Read with this