POST https://:account.api-us1.com/api/3/dealTasks
- JSON
{
"dealTask": {
"title":null,
"reltype":"Subscriber",
"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",
}
}
201 Created
BODY PARAMS
dealTask
object
dealTask.title
string The title to be assigned to the task
dealTask.reltype
string The name of the relating object (see relationships table)
dealTask.relid REQUIRED
int32 The id of the relational object for this task
dealTask.status
int32 The status to be assigned the task
dealTask.note
string The content describing the task
dealTask.duedate REQUIRED
date Due date of the task
dealTask.dealTasktype REQUIRED
int32 The type of the task based on the available Task Types in the account
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.