cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameter URI issue

Former Member
0 Kudos

Hi,

     i have a ODATA service which has imported the BOR Object "Customer.getlist" method..so i wanted to list out all customers.So i need pass the IDrange(sign,option,low,high) parameters, So i tried to pass the Low and High value in URI..so it should filter as per the parameter..But its getting all customer list,Not as per Filter in parameter...

Customer?$filter=Customer ge '1' or Customer le '100'

here i am passing only two parameter LOW and HIGH,But there are four mandatory parameter in IDRange...So how can we pass the other parameter along with Existing Uri...

Regards,

Mohamed Ali

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184867
Active Contributor
0 Kudos

Hi Mohamed,

Check with URL Customer?$filter=Customer ge '1' and Customer le '100'.

Regards,

Atanu