---
title: "Update a Carrier"
method: PUT
path: "/public/v3/Carriers/{carrierId}"
tags: ["Carriers"]
---

# Update a Carrier

`PUT /public/v3/Carriers/{carrierId}`

Update a carrier within the specified account.

## Path parameters

- `carrierId` string, uuid, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- CarrierRequest
  - `name` string, required — The name of your carrier.
  - `mode` 'Road' | 'Ocean' | 'Air' | 'Rail', required — The mode of transportation. Valid modes are `Road`, `Ocean`, `Air`, or `Rail`.
  - `standardizedCarrierId` string, uuid, required — ID of the standardized carrier.
  - `areaOfOperation` 'UnitedStates' | 'RestOfTheWorld' — Area of Operation of the Carrier. Valid values are `UnitedStates`, `RestOfTheWorld`.
  - `dotNumber` string, nullable — DOT Number
  - `mcNumber` string, nullable — MC Number

## Response `200`

The carrier has been updated

## Other responses

- `400` — The carrier was not updated
- `401` — Unauthorized

---

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