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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;},&quot;result&quot;:{&quot;QuotaGroupID&quot;:&quot;QG_VPAzOXkIJL1&quot;}}