Using Query Parameter in REST
Summary
Using Query (q) parameter in REST APi with more than one attributeContent
Hi guys,
Im trying to query a set of records that matches 2 attributes exactly via REST API. For example, I want to get all SR's where -
1. PrimaryContactPartyNumber = 1032 and
2. StatusCd = ORA_SVC_NEW
So in the case of a single query attribute i know i need to proceed like this -
So how do i do the same in the case of more than one attribute?
Thanks and Regards
Rony Mathews
2