---
title: "Transfer orders from one status to another"
method: POST
path: "/order-status/transfer"
tags: ["Order Status Controller"]
---

# Transfer orders from one status to another

`POST /order-status/transfer`

Transfer all orders from a source status to a target status. Both statuses must exist and be different.

## Request body

- TransferOrdersDto
  - `fromStatusId` number, required — Source order status ID (orders with this status will be transferred)
  - `toStatusId` number, required — Target order status ID (orders will be transferred to this status)

## Response `200`

Orders transferred successfully

---

[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)
