---
title: "Create Project Task(s)"
method: POST
path: "/attendance/project-tasks"
tags: ["Projects"]
---

# Create Project Task(s)

`POST /attendance/project-tasks`

Create one or more project tasks with the specified fields. Supports bulk creation of up to 100 tasks in a single request.

<p><b>Note</b>: Tasks are created as `active` by default. To update the status, use <a href="/reference/patch_attendance-project-tasks-taskid-archive" target="_blank">archive</a>/<a href="/reference/patch_attendance-project-tasks-taskid-restore" target="_blank">restore</a> endpoints</p>

<p><b>Testing notes</b>:</p>
  <ul>
  <li>Use the testing widget's <b>Try It!</b> option to test this endpoint.</li>
  <li>Use the <b>Examples > Request Example</b> option to see how to initiate body parameters.</li>
  </ul>

## Request body

- TaskCreateRequest — Request schema for creating project tasks
  - `items` TaskCreateRequestObject[], required — List of tasks to create (1-100 items)
    - `objectType` 'projectTask', required — Type of the object
    - `fields` object, required — Task fields for create request
      - `/projectTask/name` object, required — The task name (required)
        - `value` string
      - `/projectTask/billable` object, required — Whether this task is billable (required)
        - `value` boolean

## Response `201`

Task created successfully

- TaskCreateResponse
  - `ids` integer[] — Array of unique identifiers of the created tasks

## Other responses

- `400` — The request is malformed or includes invalid parameters
- `401` — Authentication failed. Check your service user credentials
- `403` — The service user or token is missing the required permissions to access the requested data
- `429` — Rate limit exceeded - see <a href="https://apidocs.hibob.com/reference/project-tasks#rate-limiting">Rate limits</a>
- `500` — An unexpected error occurred. Try again or contact support if the issue persists.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
