Versions Compared

Key

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

...

($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) 

...

Code Block
languagejs
{
  "buyer_surveygroup_ref": "my_group1",
  "name": "My First Group",
  "surveys_in_group": [3437,3438,3439]
}

NOTE: The value you assign to "buyer_surveygroup_ref" must be globally unique within our system. Consider adding "-[YOUR COMPANY NAME]" to the end of your desired value to ensure this.

Response


...

Response Code

201

Response Body

...