updateProject
POST/api/suppliers/updateProjectOnZamplia
This endpoint updates an existing project, such as quotas or project name.
Request
- application/json
Body
data
object
Unique identifier for the project to be updated on Zamplia.
Updated name for the project.
Language identifier for the project (e.g., 4 for English).
Updated target number of completes for the project.
URL where participants are directed for the study.
New status for the project (e.g., OnHold, Live).
Updated Length of Interview in minutes.
New incidence rate percentage for the study.
Indicates if group security is active (true or false).
Device restriction settings (e.g., 0 for all devices).
Identifier representing the study type (e.g., 1 for survey).
Specifies if personally identifiable information is collected (0 for no).
Number of days the project will remain in the field.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
{
"status": 201,
"message": "Study Updated Successfully"
}