We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
external_project_id
corresponds to the value you use in the field sy_nr
in the Research Defender API request.external_project_id
can be passed in both the survey creation and the survey update endpoint requests.{
"external_project_id": "ABC-123",
"survey_title": "Predupe Test Survey",
"survey_category_code": 231,
"survey_localization": "en_GB",
"completes_required": 1000,
"expected_ir": 60,
"expected_loi": 60,
"offer_price": 4.5,
"incl_excl": 0,
"live_url": "https://example.com/",
"test_url": "https://test-example.com/",
"field_time": 10,
"billing_id": "PS_123456",
"qualifications": [
{
"qualification_code": 211,
"condition_codes": [
"111",
"112"
]
}
],
"quotas": [
{
"buyer_quota_id": "QMales",
"required_count": 500,
"criteria": [
{
"qualification_code": 211,
"condition_codes": [
"111"
]
}
]
},
{
"buyer_quota_id": "QFemales",
"required_count": 500,
"criteria": [
{
"qualification_code": 211,
"condition_codes": [
"112"
]
}
]
}
]
}