Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add income qualification to the survey created in this example Create a survey Survey with no qualifications or quotas

bapit-11

Request

...

POST $apihost/$basepath/surveys/7654/qualifications

...

Code Block
languagejs
linenumberstrue
    {
      "qualification_code": 213,
      "range_sets": [
        {
          "from": 50000,
          "from_units": 321,
          "to": 100000,
          "to_units": 321
        }
      ]
    }


Response

...