Voxco · Example Payload

Delete Questions_Batch Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Delete Questions_Batch Response 200 is an example object payload from Voxco, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deleteQuestionsBatchResultsentityTypeentityItemsDeletederrorMessage

Example Payload

Raw ↑
{
  "deleteQuestionsBatchResults": [
    {
      "questionKey": 200001,
      "errorMessage": null
    },
    {
      "questionKey": 200002,
      "errorMessage": null
    },
    {
      "questionKey": 200003,
      "errorMessage": "Some error message"
    }
  ],
  "entityType": "Codes",
  "entityItemsDeleted": 2453,
  "errorMessage": null
}