Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Add geographical region qualification to the survey created in this example Create a survey with no qualifications or quotas. Region code is 223. Northeast, Midwest, South and West are 1, 2, 3 and 4 respectively

Request


POST $apihost/$basepath/7654/qualifications/223

($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": 223,
      "conditions": ["1", "2", "3", "4", "5"]
}


Response



Response Code

201

Response Body

{}
  • No labels