Voxco · Example Payload

Put Responses_{Questionkey} Request

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Put Responses_{Questionkey} Request 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

responsescodingMethodallowEmptyStrings

Example Payload

Raw ↑
{
  "responses": [
    {
      "appliedcodes": null,
      "segmentcodes": null,
      "rid": "34-22907",
      "verbatim": "I do not like the red color",
      "translation": null,
      "transcription": null,
      "notes": null
    },
    {
      "appliedcodes": null,
      "segmentcodes": null,
      "rid": "34-22988",
      "verbatim": "This is a fantastic product",
      "translation": null,
      "transcription": null,
      "notes": null
    }
  ],
  "codingMethod": 0,
  "allowEmptyStrings": false
}