Start process through REST API with variable in Json Object

Hi @Eric_Cornely,

I think the problem is that in JSON that you posted “value” key inside “hdd” object has String value, not an array value. Please take a look here for array examples in JSON http://www.w3schools.com/js/js_json_intro.asp

Cheers,
Askar