| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

id

integer

required

The id of the fleet

api-version

integer

required

Target API version

# ``200      Success

object

dealer\_code

string

default\_infleet\_group

boolean

external\_availability\_group

boolean

exclude\_rate

boolean

availability

object

An object of availability settings

grouping

string

A comma delimited list of trim properties on which to to group vehicles

(make, model, trim, body\_type, power\_train)

fleet\_id

integer

geofence\_charges

object

Geofence charge settings keyed by geofence id.

View Additional Properties

minimum\_age

integer

program\_type

string

A string representing the type of program the fleet is in (courtesy, rental, etc)

view\_vehicles\_under\_contract

boolean

require\_insurance\_sufficiency

string

enum

Specifies when insurance sufficiency checks are required (none, loaner, rental, or loaner\_rental)

`none``loaner``rental``loaner\_rental`

rented\_vehicle\_buffer\_minutes

integer | null

sales\_lead\_enabled

boolean

whether Service to Sales lead generation is enabled for the fleet

sales\_lead\_offset\_hours

integer

how many hours prior to a contract end a sales lead should be created (1-12)

sales\_lead\_cms\_config\_email

string | null

email address the Service to Sales lead configuration should notify in ADF format

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not found

# ``406      Not Acceptable

Updated3 months ago

* * *

ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/fleets/{id}/settings

```

xxxxxxxxxx

curl --request GET \

--url https://api.dealerware.com/admin/fleets/id/settings \

--header 'accept: application/json'
```

```

xxxxxxxxxx

{

"dealer_code": "DLW123AD",

"default_infleet_group": true,

"external_availability_group": false,

"exclude_rate": false,

"availability": {

"grouping": "make,model,trim"

},

"fleet_id": 123,

"geofence_charges": {

"fence-123": {

"name": "North Lot",

"enabled_for_rented_vehicles": true,

"vehicle_exits": true

},

"fence-456": {

"name": "Service Boundary",

"enabled_for_rented_vehicles": true,

"vehicle_exits": true,

"penalty": {

"price": 500,

"taxable": false,

"customer_sms": false,

"auto_charge": false

}

}

},

"minimum_age": 21,

"program_type": "rental",

"view_vehicles_under_contract": true,

"require_insurance_sufficiency": "loaner_rental",

"rented_vehicle_buffer_minutes": 20,

"sales_lead_enabled": false,

"sales_lead_offset_hours": 3,

"sales_lead_cms_config_email": "leads@dealer.com"

}
```

Updated3 months ago

* * *
