Skip to main content

Creates sample

Creates a sample.

Path Parameters
    projectId string required
Request Body required
    name string
    market string
    quantity int32
    incidenceRate int32
    lengthOfInterview int32
    liveUrl uri nullable
    testUrl uri nullable
    containsPersonalData boolean
    notes string nullable
    targeting object
    type TargetingType

    Possible values: [Custom, NatRep, Existing]

    existingId string nullable
    screenings object[] nullable
  • Array [
  • questionId string nullable
    isInclude boolean
    answers object[] nullable
  • Array [
  • id string nullable
    start int32 nullable
    end int32 nullable
  • ]
  • ]
  • quotas object[] nullable
  • Array [
  • questionId string nullable
    targets object[] nullable
  • Array [
  • id string nullable
    targetCompletes int32
    answers object[] nullable
  • Array [
  • id string nullable
    start int32 nullable
    end int32 nullable
  • ]
  • ]
  • ]
  • targetEndDate date-time nullable
Responses

Created


Schema
    projectId string nullable
    sampleId string nullable
    eTag string nullable
Loading...