Create a target group in draft status
POST/demand/accounts/:account_id/projects/:project_id/target-groups
Creates a new target group in draft status.
Key behaviors:
- The
profilesattribute is optional. However, if you provide it, you must also set theprofile_adjustment_type. - Constraint: A given profile (or question) ID must appear in only one of the arrays. Duplicate IDs will cause the request to fail.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Successfully created a Target Group in draft status.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.