---
title: "Transfer tasks from one status to another"
method: POST
path: "/task-status/transfer"
tags: ["Task Status Controller"]
---

# Transfer tasks from one status to another

`POST /task-status/transfer`

## Request body

- TransferTasksDto
  - `fromStatusId` number, required — Source task status ID (tasks with this status will be transferred)
  - `toStatusId` number, required — Target task status ID (tasks will be transferred to this status)

## Response `200`

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
