Toggle a lane preference’s is_active flag
Toggle a lane preference’s is_active flag
Partial update for a CarrierLanePreferenceH3. Today only is_active is exposed. Admin-only — requires OWNER or ADMIN role on the organization.
Authentication: Bearer token required.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
carrier_id
preference_id
Headers
X-Organization-ID
Request
This endpoint expects an object.
is_active
Whether this carrier should be eligible on this lane
Response
Successful Response
id
carrier_id
lane_id
is_active
preference_type
updated_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error

