v1

latestOpenAPI 3.1.0Proprietary2026-08-06177398877.4 KB
Loads

Rebook a TONU load

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
post/loads/{id}/rebook

Path parameters

idstring required

Resource ID (UUID) or client key

Query parameters

by'id' | 'key'

Specify lookup type for faster retrieval. If omitted, defaults to looking up by ID first, then falls back to client key if not found. Use by=key when you know you're providing a client key for best performance.

Response

Load rebooked successfully

originalLoadIdstring uuid required
newLoadIdstring uuid required
newLoadKeystring nullable