I'd like to be able to programmatically update/insert choices into a dropdown field using the Create API.
Our use case is that each client could have differing values for this dropdown field.
It looks as though each choice in the json for a dropdown needs an 'id', 'ref' and 'label'. I have the labels but not the others.
It is possible to dynamically/programmatically insert choices into a dropdown?