Skip to main content

Update sample

Updates a sample.

Path Parameters
    projectId string required
    sampleId string required
Request Body required
    name string nullable
    market string nullable
    containsPersonalData boolean
    notes string nullable
    liveUrl uri nullable
    testUrl uri nullable
    quantity int32
    incidenceRate int32
    lengthOfInterview int32
    targetEndDate date-time nullable
    etag string nullable
Responses

OK


Schema
    id string nullable
    name string nullable
    projectId string nullable
    projectName string nullable
    containsPersonalData boolean
    buyerDetails object
    price double nullable
    currency string nullable
    priceSuggestedUtc date-time nullable
    priceAcceptedUtc date-time nullable
    priceKey string nullable
    feasibilityStatus FeasibilityStatus

    Possible values: [Pending, Feasible, NotFeasible]

    status BuyerStatus

    Possible values: [Submitted, Accepted, Declined, Live, Paused, Cancelled, InReconciliation, Completed]

    notes string nullable
    liveUrl string nullable
    testUrl string nullable
    lengthOfInterview int32 nullable
    incidenceRate int32 nullable
    quantity int32 nullable
    completes int32 nullable
    market string nullable
    targeting TargetingType

    Possible values: [Custom, NatRep, Existing]

    targetEndDate date-time nullable
    redirects object
    complete string nullable
    screenOut string nullable
    quotaFail string nullable
    badQuality string nullable
    createdUtc date-time nullable
    etag string nullable
Loading...