post https://{youraccountname}.api-us1.com/api/3/dealTasks
Create a new task
{
"dealTask": {
"title":null,
"ownerType":"contact",
"relid":"7",
"status":0,
"note":"Testing Task",
"duedate":"2017-02-25T12:00:00-06:00",
"edate":"2017-02-25T12:15:00-06:00",
"dealTasktype":"1",
"assignee": 2,
"triggerAutomationOnCreate": 100,
"doneAutomation": 101
}
}
{
"dealTask": {
"id":"1",
"duedate":"2017-02-25T12:00:00-06:00",
"edate":"2017-02-25T12:15:00-06:00",
"status":0,
"title":null,
"note":"Testing Task",
"relid":"7",
"reltype":"Subscriber",
"dealTasktype":"1",
"cdate":"2017-02-24T13:21:56-06:00",
"udate":"2017-02-24T13:21:56-06:00",
"automation":null,
"doneAutomation":null,
"user":"1",
"assignee":"2",
"owner":{
"type":"contact",
"id":"7"
},
"outcomeId": null,
"outcomeInfo": null,
"links": {
"activities":"/1/activities",
"automation":"/1/automation",
"dealTasktype":"/1/dealTasktype",
"doneAutomation":"/1/doneAutomation",
"notes":"/1/notes",
"owner":"/1/owner",
"taskNotifications":"/1/taskNotifications",
"user":"/1/user",
"assignee": "/1/assignee",
}
}
}