I need to create a qualifier to manage different price decks. Currently I can set the qualifier in EconAssignment in payload but there is no way to create a new one and assign it an Econ Model.
/v1/projects/:projectId/econ-models/:econName/:econModelId/assignments
qualifierName is set to ‘Default’ works, but if I specify a new qualifier (e.g. qualifierName=’Lower’), it won’t assign it an econ model because the qualifier doesn’t exist. Currently I’ve to manually create it. Can I create that qualifier premempty before assigning it a model?