Skip to main content

Update carrier status

PUT 

/company/my_carriers/:carrierId

Allows updating the enabled/disabled status of a carrier. Requires JWT authentication.

Use cases:

  • Temporarily activate/deactivate carriers
  • Control which carriers are available for operations

Notes:

  • Only the 'enabled' field can be updated
  • The carrier ID must be valid and exist

Request

Responses

Carrier updated successfully