Returns a list of all company names available to the user.
Request
Will return the companies that match the passed in type. If no type provided, will return all companies of all types available to user.
Body Params multipart/form-data
Request samples
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/companies/filter/list?company_type='
Responses
application/json HTTP status code returned by server
companies list
array[string]
requiredList of company names. Note the white space in the param name.
"OK" if request successful, otherwise "Fail"
{
"meta": {
"code": 200
},
"response": {
"companies list": [
"Acme Trucking"
]
},
"result": "OK"
}
Modified at 2024-11-26 18:38:06