Updates a fleet settings instance
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The id of the fleet |
| dealer_code | string | default_infleet_group | |
| external_availability_group | boolean | true/false | |
| exclude_rate | boolean | true/false | |
| minimum_age | integer | ||
| geofence_charges | object | Geofence charge settings keyed by geofence id. | |
| program_type | string | ||
| view_vehicles_under_contract | boolean | true/false | |
| require_insurance_sufficiency | string | Specifies when insurance sufficiency checks are required (none, loaner, rental, or loaner_rental) | |
| rented_vehicle_buffer_minutes | integer | null | |
| api-version | integer | required | Target API version |
Response Codes
204 No Content
401 Unauthorized
403 Forbidden
404 Not Found
406 Not Acceptable
422 Unprocessable Content
Updated 3 months ago
Example Request
curl --request PUT \
--url https://api.dealerware.com/admin/fleets/id/settings \
--header 'accept: application/json' \
--header 'content-type: application/json'
Base URL
https://api.dealerware.com/admin/fleets/{id}/settings
Example Responses
401
403
404
406
422