I am trying to limit certain territory codes that return on the Quote Landing page and have hit a bit of a wall.
I have tried using $in on the Rest Params but it doesn’t seem to work. More than likely something I am doing, I am not a definitive developer, but can stumble through a few things.
My working JSON with a single territory ID is
{"whereClause":"TerritoryID = 'BH1'"}
I have tried using the below with an $in clause but to no result