Purpose
You can use this method to search the values based on predefined columns.
Request URL
XML Format: http://crm.zoho.com/crm/private/xml/Leads/getSearchRecordsByPDC?newFormat=1&apikey=API key&ticket=Ticket
Request Parameters
| Parameter | Data Type | Description |
| ticket* | String | - |
| apikey* | String | - |
| selectColumns* | String | All or module(field 1,field 2,field 3, field n...) Example: leads(Last Name,Website,Email)
|
| searchColumn* | String
| Specify the predefined search column
|
| searchValue* | String
| Specify the value to be searched
|
newFormat*
| Integer
| newFormat=1: To exclude fields with "null" values while inserting data from your CRM account. newFormat=2: To include fields with "null" values while inserting data from your CRM account. |
* - Mandatory parameter
Default Predefined Columns
| Module | Fields |
| Leads | |
| Accounts | |
| Contacts | - contactid
- accountid
- vendorid
- campaignid
- email
|
| Potentials | - potentialid
- accountid
- campaignid
- contactid
- potentialname
|
| Campaigns | |
| Cases | - caseid
- productid
- accountid
- potentialid
|
| Solutions | |
| Products | - productid
- vendorid
- productname
|
| Purchase Order | - purchaseorderid
- contactid
- vendorid
|
| Quotes | - quoteid
- potentialid
- accountid
- contactid
|
| Sales Orders | - salesorderid
- potentialid
- accountid
- contactid
- quoteid
|
| Invoices | - invoiceid
- accountid
- salesorderid
- contactid
|
| Vendors | |
| Tasks | |
| Events | |
| Notes | |
Example
http://crm.zoho.com/crm/private/xml/Leads/getSearchRecordsByPDC?newFormat=1&apikey=APIKEY&ticket=TICKET&selectColumns=leads(Last Name,Website,Email)&searchColumn=email&searchValue=abc@testingdomain.com
! This page does not exists
! This page does not exists