Skip to main content

Update Visitor Routing Rule order

Description

You can use this API to update the order of the visitor routing rule.

Requested Payload:

  • position: The current position of the visitor routing rule.

OAuth Scope: 

SalesIQ.visitorroutingrules.UPDATE

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/visitorroutingrules/{id}

Example:

Copiedhttps://salesiq.zoho.com/api/v2/zylker/visitorroutingrules/44000000014017

Payload:

Copied{   
    "position":23 
}