cancel
Showing results for 
Search instead for 
Did you mean: 

OData filtering

Former Member
0 Kudos

Hi.I have created an OData web service which returns list of orders.The Url is https://ollerton.corp.apple.com:51401/apple.com~po~wm~rcc~odatawrapper/RccService.svc/OrderListSet('6739f99f044611e7b0e40000087e1c12')/OrdersSet....I got a requirement of how to filter these orders based on the ID..Can you help me how to do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

vamsixk
Active Participant
0 Kudos

Hi Lokesh,

Have you considered using the $filter addition.

you can find more information on http://www.odata.org/getting-started/basic-tutorial/

Kind Regards,

Vamsi