Voxco · Example Payload

Put Questions_{Studykey}_Batch Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Put Questions_{Studykey}_Batch Response 200 is an example object payload from Voxco, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

failedQuestionsnewQuestionserrorMessage

Example Payload

Raw ↑
{
  "failedQuestions": [
    {
      "key": "200003",
      "errorMessage": "Some error message"
    }
  ],
  "newQuestions": [],
  "errorMessage": "Some questions were not updated. See failedQuestions for details."
}