---
title: "POST /api/v1/followup-tasks"
method: POST
path: "/api/v1/followup-tasks"
tags: ["follow-up-task-controller"]
---

# POST /api/v1/followup-tasks

`POST /api/v1/followup-tasks`

## Request body

- FollowupTaskDto
  - `name` string
  - `description` string
  - `createdDate` string
  - `dueDate` string
  - `jobInstanceId` string
  - `moduleType` string
  - `userId` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/gosure/apis/gosure-api.md) · [All operations](https://skmtc.net/gosure/apis/gosure-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gosure/gosure-api/revisions/785f532b1250/schema)
