Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 760 Bytes

TaskPostObject.md

File metadata and controls

15 lines (11 loc) · 760 Bytes

Pipedrive.TaskPostObject

Properties

Name Type Description Notes
title String The title of the task
project_id Number The ID of a project
description String The description of the task [optional]
parent_task_id Number The ID of a parent task. Can not be ID of a task which is already a subtask. [optional]
assignee_id Number The ID of the user who will be the assignee of the task [optional]
done NumberBoolean Whether the task is done or not. 0 = Not done, 1 = Done. [optional]
due_date Date The due date of the task. Format: YYYY-MM-DD. [optional]