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

Update partner company info

POST
/{user_role}/partner/{partner_name}
Update information of a partner company, all the attributes are optional, only the posted attribute will be changed.

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

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Resource Not Found
🔴500Internal Server Error
🟠400Invalid `company_phone_number` parameter
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0//partner/?company_city=&company_state=&company_zipcode=&company_address=&company_address2=&company_country=&company_phone_number=&billing_date=&company_new_name=&active='
Response Response Example
200 - Example 1
{
    "meta": {
        "code": 200
    },
    "response": {
        "company": {
            "active": true,
            "advanced_profile_settings": false,
            "allow_create_company": true,
            "allow_edit_company": true,
            "asset_deletion_protection": true,
            "billing_date": 1,
            "company_address": "Address21",
            "company_address2": "123",
            "company_city": "Detroit2",
            "company_country": "United States",
            "company_key": "a0245f68ba",
            "company_metadata": null,
            "company_name": "Rosco Vision Partner",
            "company_phone_number": "",
            "company_state": "MI",
            "company_type": "PARTNER",
            "company_zipcode": "234343",
            "created_by": 17,
            "created_by_company_id": 0,
            "custom_apn": "",
            "cutoff_when_overage": false,
            "data_threshold_pct": 1.0,
            "data_threshold_pct_global": 1.0,
            "data_threshold_type": "global",
            "dms_notifs_cutoff": null,
            "driver_recognition": "manual",
            "event_expiration": "365",
            "geofencing_active": true,
            "geotab_database": "",
            "geotab_path": "",
            "hash": "ea91a2652c0c4e7ad457b9f33e04d06e",
            "id": 3,
            "industry_type": null,
            "live_active": true,
            "override_overage_limits": false,
            "reformat_reminder": 4,
            "speedlimit_audio": false,
            "speedlimit_feature": false,
            "status": "used",
            "storage_active": true,
            "token": "12345670",
            "trace_active": true,
            "trial_status": false,
            "using_rosco_sim": true
        }
    },
    "result": "OK"
}
Modified at 2026-05-07 15:45:56
Previous
Create a new partner company
Next
Get a partner company
Built with