v1

latestOpenAPI 3.0.32026-07-23273969.2 KB
Onboarded Carriers

Create an onboarded carrier contact

Creates a new onboarded carrier contact for the authenticated customer. Requires a valid JWT token and the appropriate permission. The usdot value must contain digits only, be greater than zero, and be at most 9 digits after normalization.

post/onboarded-carrier/contacts

Request body

usdotstring required

Carrier USDOT number. Must contain digits only, be greater than zero, and be at most 9 digits. Leading zeroes are normalized before persistence.

namestring nullable

Contact name.

phonestring nullable

Contact phone number.

emailstring nullable

Contact email address.

Response

Contact created successfully.