I am trying to implement the dependant option set process available in the SDK as detailed here.
I have structured my JSON file as instructed but the solution isn't working for me. Could I ask someone to check the syntax on my JSON element for me please? I don't know the language at all but I believe it is structured correctly.
[ { "parent": "iss_servicetype", "child": "ava_servicesubtype", "options": { "863330000": [ "100000000", "100000001", "100000002", "100000003" ], "863330004": [ "100000004", "100000005", "100000006", "100000007", "100000008" ], "863330009": [ "100000009", "100000010", "100000011", "100000012" ], "863330013": [ "100000013", "100000014", "100000015", "100000016" ] } } ]
Thanks in advance