Qualtrics · Schema

CreateContactInMailingList

Experience ManagementSurveysCustomer ExperienceEmployee ExperienceMarket ResearchXMREST API

Properties

Name Type Description
firstName string
lastName string
email string
unsubscribed boolean
View JSON Schema on GitHub

JSON Schema

createcontactinmailinglist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.qualtrics.com/schemas/CreateContactInMailingList.json",
  "title": "CreateContactInMailingList",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "unsubscribed": {
      "type": "boolean"
    }
  }
}