unable to pass Multiple Values of same paramters in query String

Hi,

Is there a way we could send multiple values for query string in Rest Service call : http:www.example.com?consumer_ids=8&consumer_ids=4&consumer_ids=6

We tried different ways like sending the values with comma separated, using pagelist or valuelist mapping but nothing works .

Thanks,

Rashmitha

@RashmithaM

I think it’s not feasible. You could check with the team to see if they would accept passing the values using a delimiter.

@RameshSangili ,Can you let me know few examples with delimiters which will work .

@RashmithaM

The service team needs to change to accept delimiters for the CustomerID parameter. below exxample delimiter by ,(comma)

http:www.example.com?consumer_ids=8,4,6