create a company
PUT
/partners/companies/{new_company_name}Create a new company.
:::warning[]
Only Partners with correct permission can create companies. If you believe you will require permissions for this action, please contact RoscoLive support.
:::
Roles with endpoint access
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
Request
Name of the company to be created
City
State (full name or abbreviation)
ZIP/Postal code
Address
Country (full name or abbreviation)
Phone number - no formatting necessary
Live streaming enable
Date of each month billing cycle will begin.
Cloud storage enable
GPS trace storage enable
Industry the company mainly operates in
Flag for if company is trial company
If trial_status
flag is true, set a date for end trial in format YYYYMMDDhhmmdd
An optional object that custom key/value pairs can be added to hold metadata about the company.
When passing this object, if the company does not already have a metadata object, one will be added, else it will be updated with the data passed in.
Request samples
Responses
Request metadata object
Contains response data
"OK" if request successful, otherwise "Failed"
{
"meta": {
"code": 201
},
"response": {
"company": {
"active": true,
"advanced_profile_settings": true,
"allow_create_company": true,
"allow_edit_company": true,
"asset_deletion_protection": false,
"billing_date": 1,
"company_address": "82103 Strosin Villages",
"company_city": "Strosinmouth",
"company_country": "Cape Verde",
"company_key": "A1B2C3D4E5",
"company_metadata": {
"data": true
},
"company_name": "Dibbert, Kertzmann and Lakin",
"company_phone_number": "(873) 915-1295 x30529",
"company_state": "New York",
"company_type": "CUSTOMER",
"company_zipcode": "58052",
"created_by": null,
"created_by_company_id": 36229,
"custom_apn": "http://joint-miracle.net",
"driver_recognition": "manual",
"event_expiration": "365",
"geotab_database": "rosco",
"geotab_email": "Deron.Miller@gmail.com",
"geotab_path": "https://frivolous-immigration.name",
"hash": "in",
"id": 2,
"industry_type": "Waste Management",
"live_active": true,
"owner_company": "Rosco Vision Partner",
"partner_company": "Rosco Vision Partner",
"reformat_reminder": 6,
"status": "used",
"storage_active": true,
"token": "12345678",
"trace_active": true,
"trial_status": true,
"trial_subscribers": "example1@email.com,example2@email.com",
"using_rosco_sim": true
}
},
"result": "OK"
}