Create Quota Group
POST {{baseUrl}}/survey-definitions/:surveyId/quotagroups
Create a new quota group.
Request Body
{"ID"=>"QG_conjPqN0CieOqL", "Id"=>"QG_oQEwPdZNsycI6U", "MultipleMatch"=>"LeastFilledPercent", "Name"=>"<string>", "Public"=>"<boolean>", "Quotas"=>["QO_Upm2VICehtw", "QO_N4B2xS1AjQKR"], "Selected"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"},"result":{"QuotaGroupID":"QG_VPAzOXkIJL1"}}