Yes, Daniel, It is possible to update parameters via the API. To do this, you'll need to GET the parameter options, update the list of parameter values (objects) as needed (e.g. change the IsHidden value, change the displayOrder, add new options [leave the ID blank] ), then put the updated parameter values back with the parameter. The first relative URL would look something like this: POPT/search?parameterID=xxxxxxx&fields=ID,label,value,isHidden,isDefault Then you can manipulate the options as needed. Once you have the object ready to go back, then final call would look something like this:
PARAM/xxxx?method=put&fields=name,parameterOptions:label,parameterOptions:value,parameterOptions:isDefault,parameterOptions:displayOrder,parameterOptions:ID
Best of luck. Marty Gawry CapabilitySource Marty Gawry - CapabilitySource