---
title: "Rebook a TONU load"
method: POST
path: "/loads/{id}/rebook"
tags: ["Loads"]
---

# Rebook a TONU load

`POST /loads/{id}/rebook`

Create a new load to replace a TONU'd load.

## Use case

After a carrier reports TONU, use this to create a replacement load
that can be assigned to a new carrier.

## What happens

- New Load is created with same stops
- Original load remains in TONU status
- New load is ready for carrier assignment

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `201`

Load rebooked successfully

- RebookLoadResponse
  - `originalLoadId` string, uuid, required
  - `newLoadId` string, uuid, required
  - `newLoadKey` string, nullable

## Other responses

- `400` — Bad request - invalid input
- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found
- `409` — Load is not in TONU status

---

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