Voxco · Schema

SetQuestionCodebookResponse

A response for SetQuestionCodebook web method

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
View JSON Schema on GitHub

JSON Schema

SetQuestionCodebookResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SetQuestionCodebookResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "A response for SetQuestionCodebook web method"
}