Tasks

PUT {{api-domain}}/crm/v4/Tasks/{{record-id}}

To update existing entities in the module.

Request Body

{"data"=>[{"Owner"=>{"id"=>"{{user-id}}"}, "Who_Id"=>{"id"=>"{{contact-id}}"}, "What_Id"=>{"id"=>"{{recordid}}"}, "$se_module"=>"{{record-module}}", "Status"=>"In Progress", "Send_Notification_Email"=>true, "Description"=>"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.", "Due_Date"=>"2018-01-25", "Priority"=>"Low", "send_notification"=>true, "Subject"=>"Subject", "Remind_At"=>{"ALARM"=>"FREQ=NONE;ACTION=EMAIL;TRIGGER=DATE-TIME:2018-01-25T17:09:00+05:30"}}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring