/
Edit ethnicity quota of a survey
Edit ethnicity quota of a survey
Edit ethnicity quota. The quota was set to 500 hispanics in this example Add an ethnicity quota to a survey. Change it to 400
bapit-17
Request
PUT $apihost/$basepath/surveys/7654/quotas/qb30
($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:
{ "required_count": 400, "criteria": [{"qualification_code": 214,"condition_codes": ["112"]}] }
Response
Response Code
200
Response Body
, multiple selections available,
Related content
Edit the quantity of a quota using PUT or PATCH
Edit the quantity of a quota using PUT or PATCH
Read with this
Qualification and Condition Codes
Qualification and Condition Codes
Read with this
Add an ethnicity quota to a survey
Add an ethnicity quota to a survey
Read with this
Survey with Nested quotas
Survey with Nested quotas
Read with this
Codes & Units
Codes & Units
Read with this
Create a recontact survey
Create a recontact survey
Read with this