You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST API Query Parameter Or Condition

edited Aug 20, 2020 2:03PM in Integration 4 comments

Content

Hi,

Below query parameters working fine.

/crmRestApi/resources/latest/contacts?q=FirstName=Mary;LastName!=Aiza 

The above condition acts like FirstName = Mary and LastName != Aiza 

But I want to use OR condition in query parameter

1. MobileNumber = 937937937 OR EmailAddress = john@test.com

2. (FirstName = John AND LastName = Smith) OR (MobileNumber = 937937937 AND EmailAddress = john@test.com)

How to achieve the above conditions in query parameters (Using Postman)?

Thanks,

Mohan

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!