Skip to main content

updateProject

POST 

/api/suppliers/updateProjectOnZamplia

This endpoint updates an existing project, such as quotas or project name.

Request

Body

    data

    object

    projectId integer

    Unique identifier for the project to be updated on Zamplia.

    projectName string

    Updated name for the project.

    lang_id integer

    Language identifier for the project (e.g., 4 for English).

    completes integer

    Updated target number of completes for the project.

    studyUrl string

    URL where participants are directed for the study.

    projectStatus string

    New status for the project (e.g., OnHold, Live).

    loi integer

    Updated Length of Interview in minutes.

    ir integer

    New incidence rate percentage for the study.

    groupSecurityActive boolean

    Indicates if group security is active (true or false).

    deviceAllowed integer

    Device restriction settings (e.g., 0 for all devices).

    studytype integer

    Identifier representing the study type (e.g., 1 for survey).

    isPII integer

    Specifies if personally identifiable information is collected (0 for no).

    fieldDays integer

    Number of days the project will remain in the field.

    categoryIds integer[]

Responses

Successful response

Schema

    status integer
    message string
Loading...