Tasks
POST {{api-domain}}/crm/v4/Tasks
To add new entities to a module.
Request Body
{"data"=>[{"Owner"=>{"id"=>"{{user-id}}"}, "Who_Id"=>{"id"=>"{{contact-id}}"}, "What_Id"=>{"id"=>"{{record-id}}"}, "$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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |