---
title: "Creates a new task for a given project."
method: POST
path: "/projects/{projectId}/tasks"
tags: ["Projects (Classic)"]
---

# Creates a new task for a given project.

`POST /projects/{projectId}/tasks`

Creates a new task for a given project.<p>
  Required fields:
  <ul>
    <li>languageCombination</li>
    <li>specializationId</li>
    <li>workflowId</li>
  </ul>
</p>

## Path parameters

- `projectId` string, required

## Request body

- TaskCreateDTO
  - `name` string — name
  - `clientTaskPONumber` string — client task PO number
  - `languageCombination` CommonLanguageCombinationDTO — language combination (ie. PL -> EN)
    - `sourceLanguageId` integer
    - `targetLanguageId` integer
  - `dates` ProjectDatesDTO
    - `startDate` TimeDTO
      - `value` integer
    - `deadline` TimeDTO
      - `value` integer
    - `actualStartDate` TimeDTO
      - `value` integer
    - `actualDeliveryDate` TimeDTO
      - `value` integer
  - `people` ClassicPeopleDTO — people
    - `responsiblePersons` ResponsiblePersonsDTO
      - `projectManagerId` integer
      - `projectCoordinatorId` integer
    - `customerContacts` ContactsDTO
      - `primaryId` integer
      - `sendBackToId` integer
      - `additionalIds` integer[]
  - `instructions` InstructionsDTO
    - `fromCustomer` string
    - `forProvider` string
    - `internal` string
    - `paymentNoteForCustomer` string
    - `paymentNoteForVendor` string
    - `notes` string
  - `specializationId` integer — specialization
  - `workflowId` integer — workflow
  - `files` TaskFileDTO[] — files
    - `name` string
    - `url` string
    - `content` string
    - `token` string
    - `category` 'WORKFILE' | 'TM' | 'DICTIONARY' | 'REF' | 'LOG_FILE' — file category

## Response `default`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/0c24935a3319/schema)
