Passing values from Value List
Hi All,
I have requirement to pass a value list to a service, we need to retrieve some vlues based on each values which we are passing in value list. Please find the a sample request below
{
"Category": "Project",
"CategoryID": "52368",
"CategoryList": ["131", "21"]
}
I want pass the above request values to a Obj-browse/RD to retrieve the values, i need a help in passing the CategoryList values which is a value list. Please do the needful.