Commit 2eb13f5f authored by Sandeep's avatar Sandeep
Browse files

added

parent 0a6e8e16
1 merge request!1description
Showing with 11 additions and 0 deletions
+11 -0
queryMap = Map();
encodedQuery = "select Phone, Alternate_Number from Leads where (Phone = '" + phone1 + "' or Alternate_Number = '" + phone2 + "') ";
queryMap.put("select_query",encodedQuery);
response1 = invokeurl
[
url :"https://www.zohoapis.in/crm/v4/coql"
type :POST
parameters:queryMap.toString()
connection:"zohoconditions"
];
info response1 + "1st response";
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment