Using gofileroom/firmflow api to edit the additonal fields values. Updating fields that are dropdown items such as Manager require the values to be P-{??????}. Is this as index/id value? I need a way to get the index value/id of the value I want to save as Manager. if is use
"informationFields": [{
"name": "Manager",
"value": "Voldemort"
}] what is to be added to the value? P-0000???????
What about all the other api end points to get the list and values of any addiitional drop down options values
Thanks