/
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
Related content
Add an ethnicity quota to a survey
Add an ethnicity quota to a survey
More like this
Edit the quantity of a quota using PUT or PATCH
Edit the quantity of a quota using PUT or PATCH
Read with this
Add ethnicity qualification to a survey
Add ethnicity qualification to a survey
More like this
Qualification and Condition Codes
Qualification and Condition Codes
Read with this
Survey with Condition Grouping in Quotas
Survey with Condition Grouping in Quotas
More like this
Survey with Nested quotas
Survey with Nested quotas
Read with this