Generates a blended profile from regular profiles
POST/demand/accounts/:account_id/drafts/generate-blended-profile
Generates a single blended profile by combining two or three regular profiles.
This allows you to experiment with complex, interlocked quota structures without creating a target group. The endpoint automatically calculates the supplier distribution for the resulting quotas.
Key behaviors:
- You must provide between two and three regular profiles to be blended.
- When this profile is later used to create a target group, there is a limit of 350 total quotas.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
The blended profile was generated successfully.
The request is malformed or contains syntactically invalid parameters.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
The request is well-formed, but the profile configuration is invalid (e.g., overlapping quotas, incorrect logic). The response body contains detailed validation errors.
An unexpected internal error occurred.