Leads

POST {{api-domain}}/crm/v3/Leads/actions/mass_update

To schedule mass update for Lead records

Request Body

{"data"=>[{"No_of_Employees"=>1000}], "cvid"=>"{{custom_view_id}}"}

RESPONSES

status: OK

{"data":[{"code":"SUCCESS","details":{"job_id":"4876876000001294015"},"message":"mass update scheduled successfully","status":"success"}]}