post https://{youraccountname}.api-us1.com/api/3/taskOutcomes
Create a new task outcome
{
"taskOutcome": {
"title": "Interested",
"sentiment": "Positive"
}
}
{
"taskOutcome": {
"title": "Interested",
"sentiment": "POSITIVE",
"created_by": "1",
"disabled": "",
"links": {
"tasktypeOutcomeRels": "https://youraccountname.api-us1.com/api/3/taskOutcomes/1/tasktypeOutcomeRels",
"dealTasks": "https://youraccountname.api-us1.com/api/3/taskOutcomes/1/dealTasks"
},
"id": "1"
}
}