Add ethnicity qualification to a survey

Add ethnicity qualification to the survey created in this example Survey with no qualifications or quotas. Ethnicity is code 214. White, Hispanic, African American, Asian, and American Indian are 111, 112, 113, 114, and 115 respectively. 


bapit-9

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": 214,
      "condition_codes": ["111", "112", "113", "114", "115"]
}


Response



Response Code

201

Response Body

{}