Create Task Item
create_task_itemCreate a new task item in a Procore project. Provide project ID and task details to add a task with title, description, due date, and more.
Instructions
Creates a task item on a given project. Use this to create a new Tasks in Procore. Creates a new Tasks and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Core > Tasks. Endpoint: POST /rest/v1.0/task_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| title | No | JSON request body field — the title for this Tasks operation | |
| number | No | JSON request body field — the number for this Tasks operation | |
| description | No | JSON request body field — the description for this Tasks operation | |
| due_date | No | JSON request body field — due date in YYYY-MM-DD format | |
| status | No | JSON request body field — the status for this Tasks operation | |
| task_item_category_id | No | JSON request body field — the task item category to associate with the task item. | |
| private | No | JSON request body field — privacy flag | |
| assigned_id | No | JSON request body field — unique identifier of the assigned | |
| assignee_ids | No | JSON request body field — array of assignee identifiers | |
| distribution_member_ids | No | JSON request body field — distribution Member IDs | |
| prostore_file_ids | No | JSON request body field — array of prostore file identifiers | |
| attachments | No | JSON request body field — task Item attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. | |
| drawing_revision_ids | No | JSON request body field — drawing Revisions to attach to the response | |
| file_version_ids | No | JSON request body field — file Versions to attach to the response | |
| form_ids | No | JSON request body field — forms to attach to the response | |
| image_ids | No | JSON request body field — images to attach to the response | |
| upload_ids | No | JSON request body field — uploads to attach to the response | |
| document_management_document_revision_ids | No | JSON request body field — pDM document to attach to the response |