/
Add income qualification to a survey
Add income qualification to a survey
Add income qualification to the survey created in this example Survey with no qualifications or quotas.
bapit-11
Request
POST $apihost/$basepath/surveys/7654/qualifications
($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:
{ "qualification_code": 213, "range_sets": [ { "from": 50000, "to": 100000, "units": 321 } ] }
Response
Response Code
201
Response Body
{}
Related content
Qualification and Condition Codes
Qualification and Condition Codes
Read with this
Edit income qualification of a survey
Edit income qualification of a survey
More like this
Codes & Units
Codes & Units
Read with this
Edit Survey Quotas
Edit Survey Quotas
More like this
Template API
Template API
Read with this
Get income qualification of a survey
Get income qualification of a survey
More like this