Leads
POST {{api-domain}}/crm/v3/Leads/actions/mass_update
To schedule mass update for Lead records
Request Body
{"data"=>[{"No_of_Employees"=>1000}], "over_write"=>true, "ids"=>["{{record_id1}}", "{{record_id2}}", "{{record_id3}}"]}
RESPONSES
status: OK
{"data":[{"code":"INVALID_DATA","details":{"id":"48768760000012995"},"message":"the id given seems to be invalid","status":"error"},{"code":"INVALID_DATA","details":{"id":"487687600000123143"},"message":"the id given seems to be invalid","status":"error"},{"code":"INVALID_DATA","details":{"id":"48768760000012372"},"message":"the id given seems to be invalid","status":"error"},{"code":"INVALID_DATA","details":{"id":"48768760000168001"},"message":"the id given seems to be invalid","status":"error"}]}