Returns the dealership settings
| 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 dealership
api-version
integer
required
Target API version
``200 Success
object
created_at
date-time
currency_code
string
embedded_telematics_provider
string
drive_protection
object
cra
object
cra object
fleet_count_range_max
number
fleet_count_range_min
number
has_tolls
boolean
insurance_verification_enabled
boolean
Indicates whether a Dealership's Customers have their Insurance verified by a third party service
gl_code_mapping_enabled
boolean
Indicates if the dealership has enabled G/L Code Mapping for billing
guided_walkaround_by
string | null
enum
Guided walkaround provider configured at dealership level
dealerware``vumo
links
object
dealership
object
dealership object
managed_toggles
boolean
metric
boolean
mobile_check_in_reminder
string
enum
Option to manage automated mobile check-in reminders
at_booking``none
mobile_check_in_prepickup_reminder_hours
integer | null
0 to 168
Hours before pickup to send the mobile check-in reminder
notification_method
string
enum
sms``email
pickup_and_delivery
object
Pickup and Delivery options
valet_tasks_enabled
boolean
radius
object
radius object
pickup_and_delivery_configuration
object | null
Current HopDrive configuration for the dealership. Response-only through this endpoint.
rooftop_id
integer
valet_type
array of strings
Effective HopDrive valet types. Legacy rooftop-only HopDrive configurations are returned as third_party_labor.
pickup_and_delivery_integration_status
string | null
enum
Current HopDrive integration status for the dealership. Response-only through this endpoint.
active``inactive
pickup_and_delivery_provider
string | null
enum
Current HopDrive integration provider for the dealership. Response-only through this endpoint.
hopdrive
prevailing_rate
number
estimated_reservation_minutes
integer | null
task_management_enabled
boolean
Indicates if the dealership has access to manage the task management feature in web. Managed through Salesforce only.
telematics_enabled
boolean
valet_drivers_enabled
boolean
True only when the effective HopDrive valet types include valet.
toll_provider
object
Toll Provider information is displayed only when Dealership is subscribed to Tolls service
id
string
name
string
updated_at
date-time
``401 Unauthorized
``403 Forbidden
``404 Not found
``406 Not Acceptable
{
"created_at": "2020-06-15T20:22:26Z",
"currency_code": "usd",
"embedded_telematics_provider": "oem",
"drive_protection": {
"cra": {
"status": "inactive"
}
},
"fleet_count_range_max": 10,
"fleet_count_range_min": 10,
"has_tolls": true,
"insurance_verification_enabled": false,
"gl_code_mapping_enabled": false,
"guided_walkaround_by": "dealerware",
"links": {
"dealership": {
"id": 2,
"href": "https://api.dw-tst.com/admin/some_resources/2"
}
},
"managed_toggles": false,
"metric": false,
"mobile_check_in_reminder": "at_booking",
"mobile_check_in_prepickup_reminder_hours": 24,
"notification_method": "sms",
"pickup_and_delivery": {
"valet_tasks_enabled": true,
"radius": {
"enabled": true,
"value": 1.5
}
},
"pickup_and_delivery_configuration": {
"rooftop_id": 227,
"valet_type": [
"third_party_labor",
"guest_rides"
]
},
"pickup_and_delivery_integration_status": "active",
"pickup_and_delivery_provider": "hopdrive",
"prevailing_rate": 35,
"estimated_reservation_minutes": 45,
"task_management_enabled": true,
"telematics_enabled": false,
"valet_drivers_enabled": true,
"toll_provider": {
"id": 1,
"name": "Verra Mobility"
},
"updated_at": "2020-06-15T20:22:26Z"
}