Update a task

Update an existing task

{
	"dealTask": {
		"assignee":"2",
		"dealTasktype":"1",
		"duedate":"2017-02-25T12:00:00-06:00",
		"edate":"2017-02-25T12:15:00-06:00",
		"note":"Testing Task",
		"ownerType":"contact",
		"outcomeId": 91,
		"outcomeInfo": "More details about the outcome",
		"relid":"7",
		"status":0,
		"title":null,
	}
}
{
  "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",
    "ownerType":"contact",
    "dealTasktype":"1",
    "assignee":"2"
    "cdate":"2017-02-24T13:21:56-06:00",
    "udate":"2017-02-24T13:21:56-06:00",
    "automation":null,
    "doneAutomation":null,
    "user":"1",
    "owner":{
      "type":"contact",
      "id":"7"
    },
		"outcomeId": 91,
		"outcomeInfo": "More details about the outcome",
    "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"
    }
  }
}
Language
Authorization
Header
URL