Update the Frequency details of the Lead Scoring Rule
Description
You can use this API to update the frequency details of the lead scoring rule.
Requested Payload:
- frequency: To specify the reset timing of the lead scoring rule to reduce the points of the visitor (Daily, Weekly, Bi-Weekly, Every 30 Days, Every 90 Days, Every 180 Days Yearly.)
OAuth Scope:
SalesIQ.leadscoreconfigs.UPDATE
URL:
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/leadscoreconfigs/timerange
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker/leadscoreconfigs/timerange
Payload:
Copied{
"frequency":"yearly"
}