1. private
RoscoLive API v1.0(v2.40.0)
  • Report
    • Get custom report data
      GET
    • Get all events report for company
      GET
    • Get event count summary report for company devices
      GET
    • Update custom report
      POST
    • Create custom report for user
      PUT
  • Company
    • private
      • Create a new partner company
        PUT
      • Update partner company info
        POST
      • Get a partner company
        GET
      • Disable a customer company
        POST
      • Enable a customer company
        POST
      • Disable a partner company
        POST
      • Enable a partner company
        POST
    • Create a company
      PUT
    • Get audit logs of a company
      GET
    • Get a company by ID
      GET
    • Update company
      POST
    • Get companies list
      GET
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • User
    • Get Company Users
      GET
    • Get User Info from Email Address
      GET
    • Update a User's Info
      POST
    • Get my Own User Info
      GET
    • Create a User
      PUT
    • Update notification by email
      POST
  • Device
    • Update a device settings
    • Get company devices with modems
    • Get a device
    • Create devices (auto-prov/DV4/DV6/DV7)
  • Driver Scoring / Coaching
    • Get company drivers list
    • Get driver scores
    • Add new driver to company
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get an Event of a Device by Start Time
    • Get an Event by ID and Storage Type
    • Get Company Events
    • Get Event by Company and ID
    • Get Flagged Company Events
    • Get Device Events for Period
    • Get list of company events
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a driver
  • Fleet Configuration
    • Get profiles of a company
    • Get company default profile settings
    • Remove a company profile
    • Create new profile in a company
    • Get a company profile
    • Get profile history
    • Update a company profile
  • DocuWiki Support
    • Rosco customer registration
  • Installer App
    • Add install report
    • Installer registration
    • Install Rosco device
  1. private

Enable a customer company

POST
/{user_role}/partner/{partner_name}/companies/{company_name}/enable
Endpoint to enable a customer company.

User Role Permissions#

The following table shows which user roles are allowed to send requests using this API endpoint.
RolePermission
System Admin
Customer Service
Sales Support

Request

Path Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Resource Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0//partner//companies//enable'
Response Response Example
200 - Example 1
{
    "meta": {
        "code": 0
    },
    "response": {
        "company": {
            "active": true,
            "advanced_profile_settings": true,
            "allow_create_company": true,
            "allow_edit_company": true,
            "asset_deletion_protection": true,
            "billing_date": 0,
            "company_address": "string",
            "company_city": "string",
            "company_country": "string",
            "company_metadata": {
                "data": "string"
            },
            "company_name": "string",
            "company_phone_number": "string",
            "company_country_code": null,
            "company_state": "string",
            "company_type": "PARTNER",
            "company_zipcode": "string",
            "created_by": 0,
            "created_by_company_id": 0,
            "custom_apn": "string",
            "driver_recognition": "manual",
            "event_expiration": "string",
            "geotab_database": "string",
            "geotab_email": "string",
            "geotab_path": "string",
            "hash": "string",
            "id": 0,
            "industry_type": "FTL/LTL/Courier",
            "live_active": true,
            "owner_company": "string",
            "partner_company": "string",
            "reformat_reminder": 0,
            "speedlimit_audio": false,
            "speedlimit_feature": false,
            "status": "string",
            "storage_active": true,
            "token": "string",
            "trace_active": true,
            "trial_status": true,
            "trial_subscribers": "string",
            "geofencing_active": true
        }
    },
    "result": "string"
}
Modified at 2025-03-27 12:50:30
Previous
Disable a customer company
Next
Disable a partner company
Built with