v1

latestOpenAPI 3.0.32026-07-23273969.2 KB
Onboarded Carriers

Update an onboarded carrier contact

Updates an existing onboarded carrier contact for the authenticated customer. Requires a valid JWT token and the appropriate permission. Only the fields provided in the request body will be updated. USDOT updates are not supported by this endpoint; including usdot in the PATCH body returns Bad Request before any persistence operation.

patch/onboarded-carrier/contacts/{contact_id}

Path parameters

contact_idstring uuid required

Unique identifier of the contact to update.

Request body

namestring nullable

Contact name.

emailstring nullable

Contact email.

phonestring nullable

Contact phone number.

Response

Contact updated successfully.