---
title: "POST /api/v4/tasks"
method: POST
path: "/api/v4/tasks"
---

# POST /api/v4/tasks

`POST /api/v4/tasks`

Create tasks.

## Request body

- TaskCreate[]
  - `request_id` string — Client-side request id
  - `task_type_id` integer
  - `text` string, required
  - `complete_till` integer
  - `entity_id` integer
  - `entity_type` string
  - `responsible_user_id` integer
  - `created_by` integer
  - `updated_by` integer

## Response `200`

The request has succeeded.

- union
  - TaskCreateResponse
    - `_links` object
    - `_embedded` object
      - `tasks` TaskCreateResult[]
        - `id` integer
        - `request_id` string
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
