Carriers

Update a Carrier

Update a carrier within the specified account.

put/public/v3/Carriers/{carrierId}

Path parameters

carrierIdstring uuid required

ID of the carrier.

Headers

x-tive-account-idinteger required

ID of the account the request will be made in.

Request body

namestring required

The name of your carrier.

mode'Road' | 'Ocean' | 'Air' | 'Rail' required

The mode of transportation. Valid modes are Road, Ocean, Air, or Rail.

standardizedCarrierIdstring uuid required

ID of the standardized carrier.

areaOfOperation'UnitedStates' | 'RestOfTheWorld'

Area of Operation of the Carrier. Valid values are UnitedStates, RestOfTheWorld.

dotNumberstring nullable

DOT Number

mcNumberstring nullable

MC Number

Response

The carrier has been updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.